Merge branch 'master' into newmc
[gruntmaster-page.git] / js / 90-mobilenav.js
index bd47c8f90091af3f3fe1744931e6bae949f25748..981c843b7afc1f641cb6c9931956e654349d37b3 100644 (file)
@@ -2,5 +2,5 @@ $(function(){
        const nav = q('nav');
        nav.classList.add('hidden-xs');
        q('#title').insertAdjacentHTML('beforebegin', '<div class="text-center visible-xs-block">Tap title to toggle menu</div>');
-       $('#title').on('click', () => nav.classList.toggle('hidden-xs'));
+       $('#title,#logo').on('click', () => nav.classList.toggle('hidden-xs'));
 });
This page took 0.009175 seconds and 4 git commands to generate.