diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-01 12:03:52 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-01 12:03:52 +0200 |
| commit | 866e51c1230cf1ea03c11b9bcd3ce41fc6168efc (patch) | |
| tree | 5c8ea4d7f3c3ade6349f0f1c1de3f0ed3b3f6100 /res | |
| parent | 776547c795cf381d42f566158e67a998c46cd8df (diff) | |
client/graph_view: don't translate/zoom if node already in view
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index ab5d660d..67d38090 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -83,7 +83,7 @@ var rz_config = { // set as a global variable <button id="deleteedge">Delete</button> </div> <div class="info" style="display:none"> - <form id="editbox"> + <div 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> @@ -103,7 +103,7 @@ var rz_config = { // set as a global variable <div id="info-container__bottom-btn-bar"> <button id="edit-node-dialog__delete" class="btn-regular btn-regular-outline">Delete</button> </div> - </form> + </div> </div> </div> <div id="graph-view__canvas"></div> |
