diff options
author | Jay Sitter <jsitter@gmail.com> | 2014-11-03 13:32:20 -0500 |
---|---|---|
committer | Jay Sitter <jsitter@gmail.com> | 2014-11-03 13:32:20 -0500 |
commit | ebea829d80a1688ad841a6b490f9d9e722ee53d7 (patch) | |
tree | c70fa47ddeac9388903c8b84e25dff4bd7595300 /themes/baggy/js/init.js | |
parent | e319c498913350cd8354774609ad2adfc62e4058 (diff) | |
download | wallabag-ebea829d80a1688ad841a6b490f9d9e722ee53d7.tar.gz wallabag-ebea829d80a1688ad841a6b490f9d9e722ee53d7.tar.zst wallabag-ebea829d80a1688ad841a6b490f9d9e722ee53d7.zip |
Improving class names for menu hiding
Diffstat (limited to 'themes/baggy/js/init.js')
-rwxr-xr-x | themes/baggy/js/init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/js/init.js b/themes/baggy/js/init.js index 7ce7c2f6..74cbae68 100755 --- a/themes/baggy/js/init.js +++ b/themes/baggy/js/init.js | |||
@@ -8,7 +8,7 @@ $.fn.ready(function() { | |||
8 | ========================================================================== */ | 8 | ========================================================================== */ |
9 | 9 | ||
10 | $("#menu").click(function(){ | 10 | $("#menu").click(function(){ |
11 | $("#links").toggleClass('open'); | 11 | $("#links").toggleClass('menu--open'); |
12 | if ($('#content').hasClass('opacity03')) { | 12 | if ($('#content').hasClass('opacity03')) { |
13 | $('#content').removeClass('opacity03'); | 13 | $('#content').removeClass('opacity03'); |
14 | } | 14 | } |