summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2016-06-27 17:11:15 -0400
committerJules <jules@asdf.us>2016-06-27 17:11:15 -0400
commit989cc0f9293d0dfd8803e8cfc21e6ec5f18a81e4 (patch)
tree5ee6bd9fcac2def76b6d970d2535cb74d288e9cb /index.html
parent792ba751ae8f4de2130c28f331ca61b382a7dfa0 (diff)
fix dates that changedHEADmaster
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8655d8d..ab870ec 100755
--- a/index.html
+++ b/index.html
@@ -478,7 +478,6 @@ Ordinals.forEach(function(o,i){
}
$districtSelect.append($option)
})
-$districtSelect.val("all")
$districtSelect.change(function(){
var district = $(this).val()
if (district == "all") {
@@ -495,6 +494,7 @@ $districtSelect.change(function(){
}
render()
})
+$districtSelect.val("first")
var LodgeInfoView = $("#lodgeinfo-template").html();
@@ -518,6 +518,7 @@ var pickadate;
function init(){
bind();
render();
+ $districtSelect.trigger("change")
}
function linkLodge(id){