diff options
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){ |
