Added blank entry to sort list, and reworked window.location.href

This commit is contained in:
Raelon Masters
2020-07-02 16:44:57 -04:00
parent 4610d9658a
commit 42cb3c7076
3 changed files with 31 additions and 99 deletions

View File

@@ -78,6 +78,6 @@ $(document).ready(function(){
var optionSelected = $(this).find("option:selected");
var valueSelected = optionSelected.val();
var textSelected = optionSelected.text();
window.location.href=valueSelected
window.location.href="/"+valueSelected
});
});