diff options
Diffstat (limited to 'web/ytlist.html')
| -rw-r--r-- | web/ytlist.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/ytlist.html b/web/ytlist.html index 02ca50d..493efac 100644 --- a/web/ytlist.html +++ b/web/ytlist.html @@ -12,7 +12,11 @@ category <div id="category_box"> <input type="radio" name="category_choice" value="ALL" checked> ALL<br> - </div> + </div><br> + + <div id="db_box"> + <input type="radio" name="db_choice" value="youtube_stuffs.db" checked> youtube_stuffs.db<br> + </div><br> <button onclick="search()">search</button><br> </div> <div id="the_box"></div> |
