fix some issues to get search working properly

This commit is contained in:
Peter 2025-03-16 18:23:32 -04:00
parent 1c4fe877f5
commit b1582fa904
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,6 @@
<head>
<style>
code { padding: 2px 4px; font-size: 90%; border-radius: 4px; background-color: #1c1c1d; }
.searchprompt {
color: #4b4b4b;
font-size: 12px;
@ -60,11 +59,11 @@ if (isPlatformAltOrCmdKey(event) && event.key === '/') {
</style>
</head>
<body>
</body>
<div id="fastSearch">
<input id="searchInput" tabindex="0">
<ul id="searchResults">
</ul>
</div>
<script src="/js/fastsearch.js"></script>
</body>
</html>

0
static/js/fastsearch.js Normal file → Executable file
View file