Improve error reporting consistency and ensure SEMI_STATIC_URL_DATA_CACHE caches 400-series responses from the server so we don't keep requesting summit/park/bunker data for a reference that the user typod and doesn't actually exist.

This commit is contained in:
Ian Renton
2026-07-25 08:29:22 +01:00
parent 2fc9658571
commit 66010dc682
14 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -116,8 +116,8 @@
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/js/spotsbandsandmap.js?v=1784963837"></script>
<script src="/js/spots.js?v=1784963837"></script>
<script src="/js/spotsbandsandmap.js?v=1784964562"></script>
<script src="/js/spots.js?v=1784964562"></script>
<script>$(document).ready(function () {
$("#nav-link-spots").addClass("active");
}); <!-- highlight active page in nav --></script>