]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #917 from jsit/menuopacity
authorThomas Citharel <tcit@tcit.fr>
Fri, 31 Oct 2014 19:45:40 +0000 (20:45 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 31 Oct 2014 19:45:40 +0000 (20:45 +0100)
Fixing opacity issue when using mobile menu (#912)

themes/baggy/js/init.js

index 00470fbfd734fdebe270ff24c20c11069599e147..542f1d43ab70d6691f3091bb2af5cb3b0f65ce5f 100755 (executable)
@@ -9,6 +9,9 @@ $.fn.ready(function() {
 
   $("#menu").click(function(){
     $("#links").toggle();
+    if ($('#content').hasClass('opacity03')) {
+        $('#content').removeClass('opacity03');
+    }
   });
 
   /* ==========================================================================