summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-15 20:22:50 +0200
committerAlon Levy <alon@pobox.com>2015-02-15 20:22:50 +0200
commit60abd2f5cd08d3ee43d86e073b62e6f187a0b0cd (patch)
tree95d56627a138224577c1a03d7fb53f06623b4456 /res
parent849199bc42cab50972fd489b5f2446159fe1e3c0 (diff)
client/node_info: remove save button, listen to keyup as well, debounce for half a second. Fixes #43
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 4c03d1ed..72415881 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -92,9 +92,6 @@ var rz_config = { // set as a global variable
<div id="url"><p class="info-card-attr">URL</p><p class="info-card-attr-val info-card-url"><input id="editurl"></p></div>
<div id="description"><label>Description</label><textarea id="editdescription"></textarea></div>
<hr>
- <p>press 'save' to save</p>
- <p>click outside to cancel</p>
- <button id="edit-node-dialog__save" class="btn-regular btn-regular-outline">Save</button>
<button id="edit-node-dialog__delete" class="btn-regular btn-regular-outline">Delete</button>
</form>
</div>