mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-24 16:24:32 +00:00
Improve some error handling. Closes #150
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user