aboutsummaryrefslogtreecommitdiff
path: root/web/ytlist.html
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-09-15 17:23:54 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-09-15 17:23:54 -0500
commitfedd9c2c81fb0e6e5a0e55bbcd9721829917f070 (patch)
tree5430ef53f825701d792f1bfec366a3d315b2d805 /web/ytlist.html
parent5eb82d8f14364d6328c5de6226b942348e61073c (diff)
- added ability to disable thumbnails on web
Diffstat (limited to 'web/ytlist.html')
-rw-r--r--web/ytlist.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/ytlist.html b/web/ytlist.html
index 493efac..2b8bd8b 100644
--- a/web/ytlist.html
+++ b/web/ytlist.html
@@ -4,11 +4,10 @@
<link rel="stylesheet" href="/ytlist/ytlist.css" />
</head>
<body>
- <script src='/ytlist/sql-wasm.js'></script>
- <script src='/ytlist/ytlist.js'></script>
<div id="search_box">
leave blank for seaching all<br>
query: <input id="search_in"></input><br>
+ show thumbnails: <input type="checkbox" id="gen_thumb_check" name="gen_thumb_check" checked></input><br>
category
<div id="category_box">
<input type="radio" name="category_choice" value="ALL" checked> ALL<br>
@@ -20,5 +19,7 @@
<button onclick="search()">search</button><br>
</div>
<div id="the_box"></div>
+ <script src='/ytlist/sql-wasm.js'></script>
+ <script src='/ytlist/ytlist.js'></script>
</body>
</html>