diff options
| author | garbash <dor.garbash@gmail.com> | 2015-06-16 14:29:15 -0700 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-06 12:33:52 +0300 |
| commit | 30915083beed090b20f850bdf581aa68ae630a97 (patch) | |
| tree | d203ede3c6fbce26ad574aa08364b1e9436f693d /res/local | |
| parent | b5b07b76e2549db65f0d1a2b1150315439f73278 (diff) | |
input help text
Diffstat (limited to 'res/local')
| -rw-r--r-- | res/local/template.d/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/local/template.d/index.html b/res/local/template.d/index.html index a9e94743..992eb289 100644 --- a/res/local/template.d/index.html +++ b/res/local/template.d/index.html @@ -95,6 +95,7 @@ var RZ_VERSION = '{% include "version.txt" %}'; <div contentEditable="true" tabindex="2" class="input input-bar" id="textanalyser" placeholder="Add elements" autofocus ></div> <button tabindex="-1" id="btn_add"></button> <div id="input-suggestion" class="suggestion" style="display: none"></div> + <p class="input-help-text"> Place double-space to form a network. try:<i> John[double-space]knows[double-space]karate</i></p> </div> </div> <div class="info-container" style="display:none"> |
