diff options
author | Adam Mathes <adam@trenchant.org> | 2018-06-16 09:55:36 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-06-16 09:55:36 -0700 |
commit | 16df68a5118801472909f63fc48caf16e548060c (patch) | |
tree | 172e238508523db305176c4c2628d72fecc4e90c /static | |
parent | db331cc3382e782ba98fec33d617917fa930f3cc (diff) | |
download | neko-16df68a5118801472909f63fc48caf16e548060c.tar.gz neko-16df68a5118801472909f63fc48caf16e548060c.tar.bz2 neko-16df68a5118801472909f63fc48caf16e548060c.zip |
add back in search support, requires sqlite
Diffstat (limited to 'static')
-rw-r--r-- | static/ui.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/ui.html b/static/ui.html index 4f10cf0..5fa7005 100644 --- a/static/ui.html +++ b/static/ui.html @@ -97,6 +97,9 @@ <li> <button class="new_feed"> + </button> </li> + <li> + <input id="search" type="search" /><button class="search_go">search</button> + </li> <li> </li> |