summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/index.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/static/index.html b/static/index.html
index 72a178d5..a1bd7acd 100644
--- a/static/index.html
+++ b/static/index.html
@@ -14,14 +14,9 @@
<option value="8">8 - System Manager's Manual</option>
<option value="9">9 - Kernel Developer's Manual</option>
</select>
- <select name="os" id="os">
- <option value="openbsd">OpenBSD</option>
- <option value="freebsd">FreeBSB</option>
- <option value="netbsd">NetBSD</option>
- <option value="v10">Unix V10</option>
+ <select name="os" id="os" hx-get="/os" hx-swap="innerHTML" hx-target="this" hx-trigger="load">
+ <option selected hidden disabled>OS</option>
</select>
</form>
-<hr>
<div id="results">
</div>
-<hr>