diff options
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">  | 
