mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-26 09:28:52 -05:00
Fixed issue with mobile nav choosing the last option by default. Fixes #950.
This commit is contained in:
parent
ccd9b57233
commit
f674b8e764
@ -12,6 +12,7 @@ var octopress = (function(){
|
||||
mobileNav.find('select').bind('change', function(event) {
|
||||
if (event.target.value) { window.location.href = event.target.value; }
|
||||
});
|
||||
mobileNav.find('select').val('');
|
||||
}
|
||||
|
||||
, addSidebarToggler: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user