diff options
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 3 |
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> |
