summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 140393dd..27129a4c 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -88,6 +88,8 @@ 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>