mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-05-30 17:35:11 +00:00
Modify the front so that it allows QRZ.com and HamQTH credentials to be provided by the client (if none are provided, the lookups do not occur.)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<title>Spothole</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css?v=1778337803" type="text/css">
|
||||
<link rel="stylesheet" href="/css/style.css?v=1778341969" type="text/css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<link href="/fa/css/fontawesome.min.css" rel="stylesheet" />
|
||||
@@ -46,9 +46,9 @@
|
||||
crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/tinycolor2@1.6.0/cjs/tinycolor.min.js"></script>
|
||||
|
||||
<script src="https://misc.ianrenton.com/jsutils/utils.js?v=1778337803"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/ui-ham.js?v=1778337803"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/geo.js?v=1778337803"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/utils.js?v=1778341969"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/ui-ham.js?v=1778341969"></script>
|
||||
<script src="https://misc.ianrenton.com/jsutils/geo.js?v=1778341969"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user