This commit is contained in:
Simon Martens
2024-01-25 18:20:18 +01:00
parent 065246acdc
commit 050784025c
25 changed files with 93 additions and 163 deletions

View File

@@ -5,7 +5,6 @@
ViewData["showCredits"] = "false";
ViewData["Mark"] = Model.ActiveSearch;
}
<script defer src="/js/search.js" asp-append-version="true"></script>
<div class="ha-search">
<div class="ha-searchhead">
@@ -154,4 +153,9 @@
</div>
}
</div>
</div>
</div>
<script type="module">
import { startup_search } from "/dist/scripts.js";
startup_search();
</script>