Slide menu doesn't work on IE8. It doesn't really matter for IE8
desktop, because this was only on mobile resolutions anyways
main
psychobunny 9 years ago
parent 3e7ad5605d
commit 09fe658d34

@ -159,6 +159,10 @@ $(document).ready(function() {
} }
function setupMobileMenu() { function setupMobileMenu() {
if (!window.addEventListener) {
return;
}
var slideout = new Slideout({ var slideout = new Slideout({
'panel': document.getElementById('panel'), 'panel': document.getElementById('panel'),
'menu': document.getElementById('menu'), 'menu': document.getElementById('menu'),

Loading…
Cancel
Save