summaryrefslogtreecommitdiff
path: root/res/templates
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-02-25 00:22:53 +0200
committerAlon Levy <alon@pobox.com>2015-02-25 00:22:53 +0200
commit64324f317b6fbd9a1b636b0b21e123155f8153d4 (patch)
treee9796eb67a99133b49d2151a0034b180c364f0ad /res/templates
parent717200a13ce38ad113620a092f786e9b1ea6ee85 (diff)
client: selection tools: add link nodes in fan
Diffstat (limited to 'res/templates')
-rw-r--r--res/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index 67acaeff..c3d703e1 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -71,7 +71,8 @@ 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'>
+ <div class='selection-tools' id='selection-tools'>
+ <button id="btn_link_fan" style="display: none">link nodes in fan</button>
<button id="btn_merge" style="display: none">merge nodes</button>
</div>
</div>