Skip to content

Commit

Permalink
always latest suburb list
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePrior committed Nov 16, 2023
1 parent 9772f41 commit 023e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}

// add suburb dropdown
fetch("https://raw.githubusercontent.com/LukePrior/nbn-upgrade-map/" + default_commit + "/results/combined-suburbs.json").then(res => res.json()).then(data => {
fetch("https://raw.githubusercontent.com/LukePrior/nbn-upgrade-map/main/results/combined-suburbs.json").then(res => res.json()).then(data => {
combined_info = data;
// TODO: use addControlWithHTML?
var dropdown = L.control({ position: 'topright' });
Expand Down

0 comments on commit 023e934

Please sign in to comment.