]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/baggy/js/init.js
merge epub with all the dev evolutions
[github/wallabag/wallabag.git] / themes / baggy / js / init.js
index 00470fbfd734fdebe270ff24c20c11069599e147..74cbae683bbc3e9a9643d865087db721315eec3a 100755 (executable)
@@ -8,7 +8,10 @@ $.fn.ready(function() {
      ========================================================================== */
 
   $("#menu").click(function(){
-    $("#links").toggle();
+    $("#links").toggleClass('menu--open');
+    if ($('#content').hasClass('opacity03')) {
+        $('#content').removeClass('opacity03');
+    }
   });
 
   /* ==========================================================================