Also show menu when logo is tapped
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 8 Apr 2015 17:33:00 +0000 (20:33 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 8 Apr 2015 17:33:00 +0000 (20:33 +0300)
js/90-mobilenav.js

index d12e0fab2573a0018235a87c582dd309a353183c..d66ebe48aec5a42f40352194b0ee5a7d41d6b376 100644 (file)
@@ -6,7 +6,7 @@
                        return;
                $('#title').before('<div class="text-center">Tap title to toggle menu</div>');
                $('nav').addClass('hidden');
-               $('#title').css('margin', '6px').on('click', function () {
+               $('#title,#logo').css('margin', '6px').on('click', function () {
                        $('nav').toggleClass('hidden');
                });
        });
This page took 0.009753 seconds and 4 git commands to generate.