diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 17:59:20 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 18:42:11 +0200 |
| commit | b298803c1c168a37695ee8b6fa95cabeb3d9dcdc (patch) | |
| tree | 9dd250244eddfcd6b2bf3d4f639ef40452ed0542 /res | |
| parent | f9e4b5a2f268d1231a9700dbb382fd3955623543 (diff) | |
client: node_info cleanup: still missing edge cases (edits/deletes while open)
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index d4353d17..c9b9a713 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -75,6 +75,7 @@ var rz_config = { // set as a global variable </div> <div class="info" style="display:none"> <form id="editbox"> + <p class="info-card-message"></p> <p class="info-card-attr">Name</p><p class="info-card-attr-val"> <textarea id="editformname"></textarea></p> <label class="info-card-attr">Type</label> |
