Merge branch 'master' into newmc
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 8 Apr 2015 17:41:01 +0000 (20:41 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 8 Apr 2015 17:41:01 +0000 (20:41 +0300)
Conflicts:
js/90-mobilenav.js

js/90-mobilenav.js

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