Fixed issue with mobile nav choosing the last option by default. Fixes #950.

main
Floyd Pink 12 years ago committed by Parker Moore
parent 510c6d602b
commit 43751b76d3

@ -11,6 +11,7 @@ function getNav() {
mobileNav.children('select').bind('change', function(event) {
if (event.target.value) { window.location.href = event.target.value; }
});
mobileNav.children('select').val('');
}
function addSidebarToggler() {

Loading…
Cancel
Save