-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
26 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
<link rel="icon" href="/static/images/icons/spider_ico_master.svg" type="image/svg+xml"> | ||
<link rel="apple-touch-icon" href="/static/images/icons/icon-apple.png"> | ||
<link rel="manifest" href="/static/manifest.webmanifest"> | ||
<link rel="stylesheet" href="/static/css/dev/style.css"> | ||
<link rel="stylesheet" href="/static/css/rel/style.min.css"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
|
@@ -106,18 +106,18 @@ <h2 class="display-4">No internet connection</h2> | |
<span id="version">v2.4.1</span> | ||
</div> | ||
</footer> | ||
<script async src="static/js/dev/load-sw.js"></script> | ||
<script async src="static/js/rel/load-sw.min.js"></script> | ||
<!--- <script nonce="sedfGFG32xs"> --> | ||
<script nonce=""> | ||
|
||
|
||
</script> | ||
<script defer src="static/js/dev/common.js"></script> | ||
<script defer src="static/js/rel/common.min.js"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" | ||
crossorigin="anonymous"></script> | ||
|
||
<script async src="static/js/dev/callsign_search.js"></script> | ||
<script async src="static/js/rel/callsign_search.min.js"></script> | ||
|
||
|
||
|
||
|
@@ -145,7 +145,7 @@ <h5 class="modal-title" id="exampleModalLabel">We use cookies</h5> | |
</div> | ||
</div> | ||
|
||
<script defer src="static/js/dev/cookie_consent.js"></script> | ||
<script defer src="static/js/rel/cookie_consent.min.js"></script> | ||
|
||
</body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
<link rel="icon" href="/static/images/icons/spider_ico_master.svg" type="image/svg+xml"> | ||
<link rel="apple-touch-icon" href="/static/images/icons/icon-apple.png"> | ||
<link rel="manifest" href="/static/manifest.webmanifest"> | ||
<link rel="stylesheet" href="/static/css/dev/style.css"> | ||
<link rel="stylesheet" href="/static/css/rel/style.min.css"> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous"> | ||
|
@@ -103,19 +103,19 @@ | |
<span id="version">v2.4.1</span> | ||
</div> | ||
</footer> | ||
<script async src="static/js/dev/load-sw.js"></script> | ||
<script async src="static/js/rel/load-sw.min.js"></script> | ||
<!--- <script nonce="sedfGFG32xs"> --> | ||
<script nonce="{{ inline_script_nonce }}"> | ||
{% block app_data %} | ||
var my_callsign = '{{mycallsign}}'; | ||
{% endblock app_data %} | ||
</script> | ||
<script defer src="static/js/dev/common.js"></script> | ||
<script defer src="static/js/rel/common.min.js"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" | ||
crossorigin="anonymous"></script> | ||
{% block app_scripts %} | ||
<script async src="static/js/dev/callsign_search.js"></script> | ||
<script async src="static/js/rel/callsign_search.min.js"></script> | ||
{% endblock app_scripts %} | ||
{% block inline_scripts %} | ||
{% endblock inline_scripts %} | ||
|
@@ -145,7 +145,7 @@ <h5 class="modal-title" id="exampleModalLabel">We use cookies</h5> | |
</div> | ||
</div> | ||
|
||
<script defer src="static/js/dev/cookie_consent.js"></script> | ||
<script defer src="static/js/rel/cookie_consent.min.js"></script> | ||
{% endif %} | ||
</body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters