diff options
author | Nicolai Tellefsen <niccofyren@gmail.com> | 2016-03-19 19:54:14 +0100 |
---|---|---|
committer | Magnus Kirø <magnuskiro@gmail.com> | 2016-03-20 18:06:08 +0100 |
commit | cc2534ef349680951afb0d0dfe7797843d10cccf (patch) | |
tree | 960de0f5de1e2647ce708d2d3bc313af6204cfcb /web/nms.gathering.org/index.html | |
parent | 873418b97df1eb6686ab9379f70c525dbf46aeee (diff) |
NMS: Add basic add-switch interface
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r-- | web/nms.gathering.org/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html index e70c9e3..a20ae67 100644 --- a/web/nms.gathering.org/index.html +++ b/web/nms.gathering.org/index.html @@ -74,6 +74,7 @@ <li class="dropdown-header">Move switches</li> <li><a href="#" onclick="nmsMap.moveSet(true);">Enable switch moving</a></li> <li><a href="#" onclick="nmsMap.moveSet(false);">Disable switch moving</a></li> + <li><a href="#" onclick="nmsInfoBox._createShow();">Add switch</a></li> <li class="divider"> </li> <li class="dropdown-header">Help</li> <li><a href="#" onclick="toggleLayer('aboutKeybindings');" >Keyboard Shortcuts</a></li> @@ -104,7 +105,7 @@ </div> </nav> - <div class="container-fluid"> + <div class="container-fluid" id="wrap"> <div class="row-fluid"> <div class="span12"> |