diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2012-12-21 22:07:45 +0100 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2012-12-21 22:07:45 +0100 |
commit | e745764fc55043f6107f68986f82845310537fee (patch) | |
tree | ca8923d2b98f304759afa5799eebd25f129165d2 /static/index.html | |
parent | 1134dc1efa6a4326424cf7b1271cb4465afb712d (diff) |
Added feedback and limits to searches.
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html index b320435..0fc0023 100644 --- a/static/index.html +++ b/static/index.html @@ -52,6 +52,7 @@ <input type="text" id="search_box" /> <span> <input type="button" id="search-add" value="Add selected" /> + <span id="search-info"></span> </span> <table class="track-table"> <thead> |