diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-15 13:04:19 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-15 13:04:19 +0200 |
| commit | e4a6cafe94072ff68e6fbb34a0e59a8ee557ca85 (patch) | |
| tree | 634517ef0cf22c88fcf653bfb09329d09c3d5b3b /res/templates | |
| parent | 56d2d3cd4a556fd88fd3018716a7b3f974a4e305 (diff) | |
client: add merge button, does nothing, enabled for two or more selected nodes
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 27129a4c..d4353d17 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -65,6 +65,9 @@ var rz_config = { // set as a global variable <button id="btn_add"></button> <div id="input-suggestion" class="suggestion" style="display: none"></div> </div> + <div class='merge-tool' id='merge-tool'> + <button id="btn_merge" style="display: none">merge nodes</button> + </div> </div> <div class="info-container"> <div class="edge_info" style="display:none">Title: <span id="edgetitle"></span><br/> |
