]>
iEval git - plack-app-gruntmaster.git/blob - js/90-mobilenav.js
3 nav
.classList
.add('hidden-xs');
4 q('#title').insertAdjacentHTML('beforebegin', '<div class="text-center visible-xs-block">Tap title to toggle menu</div>');
5 $('#title').on('click', () => nav
.classList
.toggle('hidden-xs'));
This page took 0.053373 seconds and 4 git commands to generate.