remove old c3nav.narrow variable

This commit is contained in:
Laura Klünder 2017-11-15 22:39:23 +01:00
parent 467734f078
commit 39c76f4342

View file

@ -47,8 +47,6 @@ c3nav = {
}
}
c3nav.narrow = ($(document).width() < 1000);
c3nav.init_locationinputs();
$('#location-buttons').find('.route').on('click', c3nav._location_buttons_route_click);