Improve some error handling. Closes #150

This commit is contained in:
Ian Renton
2026-09-23 17:30:12 +01:00
parent 5bdd79c247
commit 31c7c2095e
20 changed files with 321 additions and 24 deletions
+4 -4
View File
@@ -5,9 +5,9 @@
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<i class="fa-solid fa-circle-info"></i> <strong>What is Spothole?</strong><br/>Spothole is an aggregator of
amateur radio spots from DX clusters and outdoor activity programmes. It's free for anyone to use and includes
an API that developers can build other applications on. For more information, check out the <a href="/about"
an API that developers can build other applications on. For more information, check out the <a href="/help/about"
class="alert-link">"About"
page</a>. If that sounds like nonsense to you, you can visit <a href="/about#faq" class="alert-link">the FAQ
page</a>. If that sounds like nonsense to you, you can visit <a href="/help/faq" class="alert-link">the FAQ
section</a> to learn more.
<button type="button" id="intro-box-dismiss" class="btn-close" data-bs-dismiss="alert"
aria-label="Close"></button>
@@ -125,8 +125,8 @@
</div>
<script src="/static/js/spotsbandsandmap.js?v=1790098505"></script>
<script src="/static/js/spots.js?v=1790098505"></script>
<script src="/static/js/spotsbandsandmap.js?v=1790181012"></script>
<script src="/static/js/spots.js?v=1790181012"></script>
<script>$(document).ready(function () {
$("#nav-link-spots").addClass("active");
}); <!-- highlight active page in nav --></script>