diff options
| author | Jules <jules@asdf.us> | 2016-06-27 17:11:15 -0400 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2016-06-27 17:11:15 -0400 |
| commit | 989cc0f9293d0dfd8803e8cfc21e6ec5f18a81e4 (patch) | |
| tree | 5ee6bd9fcac2def76b6d970d2535cb74d288e9cb /index.html | |
| parent | 792ba751ae8f4de2130c28f331ca61b382a7dfa0 (diff) | |
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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){ |
