diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-10 14:06:21 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-10 14:06:21 +0200 |
| commit | 88389e6a3f2c067d138b7f65af5671a0841277f0 (patch) | |
| tree | ca94819b93c8f0d53a89f0b37ce29f908a76e295 | |
| parent | 08ceed22458193329db231badca6469946ee4703 (diff) | |
index.html: fix silent-reload on input bug: avoids from submission on DOM input events
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index d02a6f09..28920d05 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -56,17 +56,13 @@ var rz_config = { <div class="graph-view"> <div id="input-box-set-container"> <div class="input-container" id="input-container__search"> - <form> <input class="input-bar" id="search" placeholder="Search for nodes or links"/> <button id="btn_search"></button> - </form> <div id="search-suggestion" class="suggestion" style="display: none"></div> </div> <div class="input-container" id="input-container__graph-input"> - <form> <input class="input-bar" id="textanalyser" placeholder="Add nodes or links"/> <button id="btn_add"></button> - </form> <div id="input-suggestion" class="suggestion" style="display: none"></div> </div> </div> |
