fix missing "Maps" button
This commit is contained in:
parent
d7039b64bb
commit
44b25ed9d5
2 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,10 @@
|
||||||
<div class="message-bottom-left" id="message-bottom-left">
|
<div class="message-bottom-left" id="message-bottom-left">
|
||||||
<span>Searching for new results...</span>
|
<span>Searching for new results...</span>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
// Check if JavaScript is enabled and modify the DOM accordingly
|
||||||
|
document.getElementById('content').classList.remove('js-enabled');
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
let page = {{ .Page }};
|
let page = {{ .Page }};
|
||||||
|
|
|
@ -88,6 +88,10 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
// Check if JavaScript is enabled and modify the DOM accordingly
|
||||||
|
document.getElementById('content').classList.remove('js-enabled');
|
||||||
|
</script>
|
||||||
<script>
|
<script>
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
if (document.getElementById('prev-next')) {
|
if (document.getElementById('prev-next')) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue