X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fbaggy%2Fjs%2Finit.js;h=74cbae683bbc3e9a9643d865087db721315eec3a;hb=b692691d7ddc1fa0e1ef1f7888dfd65f70677e27;hp=7ce7c2f69255273923f44ee3d155d115b1ed1fea;hpb=e319c498913350cd8354774609ad2adfc62e4058;p=github%2Fwallabag%2Fwallabag.git 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() { ========================================================================== */ $("#menu").click(function(){ - $("#links").toggleClass('open'); + $("#links").toggleClass('menu--open'); if ($('#content').hasClass('opacity03')) { $('#content').removeClass('opacity03'); }