diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-08 01:00:22 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-08 01:00:22 +0200 |
| commit | 327a2bd16e27ddf446666bd858d1372b7712d7bc (patch) | |
| tree | 84dfabf01068fcd493dd64e18ce81eb0653c52b7 /index.html | |
| parent | f7fd6b0a85e1e0f9cda8fc5d7ec7a533c719490c (diff) | |
add another completer for search; missing | as triggerStart (should use RegExp)
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -31,9 +31,11 @@ </div> </div> <div class="search-bar"> - <form class="search-input"> + <div class="search-input"> <input id="search" placeholder="Search for nodes and relationships"/> - </form> + </div> + <div id="search-suggestion" class="suggestion" style="display: none"> + </div> <div class="export"> <a href="#">Export</a> </div> @@ -49,7 +51,7 @@ <input class="input-bar" id="textanalyser" placeholder="Add nodes and relationships"/> <button class="add-button"></button> </form> - <div class="suggestion" style="display: none"> + <div id="input-suggestion" class="suggestion" style="display: none"> </div> </div> <div class="info-container"> |
