summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-01 11:55:10 +0200
committerAlon Levy <alon@pobox.com>2015-03-01 11:55:10 +0200
commit776547c795cf381d42f566158e67a998c46cd8df (patch)
tree477d7af65014b0635100dd7604050dacf1c67155
parent4a34fd6e0a9bbab85b6728288fb8e1a87e7171a7 (diff)
client: add autofocus to textanalysis input
-rw-r--r--res/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 05130f13..ab5d660d 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -73,7 +73,7 @@ var rz_config = { // set as a global variable
<div id="search-suggestion" class="suggestion" style="display: none"></div>
</div>
<div class="input-container" id="input-container__graph-input">
- <input class="input-bar" id="textanalyser" placeholder="Add nodes or links"/>
+ <input class="input-bar" id="textanalyser" placeholder="Add nodes or links" autofocus/>
<button id="btn_add"></button>
<div id="input-suggestion" class="suggestion" style="display: none"></div>
</div>