diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-10 16:17:27 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-10 16:17:27 +0200 |
commit | 3d0c76ac9ca315156e6cddcb361d747bd354bf98 (patch) | |
tree | 4e56fff51f1061d90f7266c3e0df288accf6765d /web/nms.gathering.org/nms2/index.html | |
parent | 284cb623b41261144584c49d5d1e664ee21506e0 (diff) |
NMS2: Draw linknets, fix fonts and add replay
Diffstat (limited to 'web/nms.gathering.org/nms2/index.html')
-rw-r--r-- | web/nms.gathering.org/nms2/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html index dc20034..de17e81 100644 --- a/web/nms.gathering.org/nms2/index.html +++ b/web/nms.gathering.org/nms2/index.html @@ -49,6 +49,7 @@ <li><a href="#" onclick="toggleNightMode()" title="Add 'nightMode' anywhere in the url to auto-enable">Toggle Night Mode</a></li> <li class="divider"> </li> <li><a href="#" onclick="document.getElementById('nowPickerBox').style.display = 'block';">Travel in time</a></li> + <li><a href="#" onclick="startReplay();" title="Replay from opening 30 minutes per second">Replay TG</p></li> <li class="divider"> </li> <li><input type="range" id="scaler" name="points" min="0.5" max="3" step="0.01" onchange="scaleChange()" /></li> <li><a href="#">Scale: <div id="scaler-text"></div></a></li> @@ -77,7 +78,7 @@ <div class="row-fluid"> <div class="span12"> -<canvas id="myCanvas" width="1920" height="1032" style="cursor: pointer; border:1px solid #000000;" onclick="canvasClick(event)"> +<canvas id="myCanvas" width="1920" height="1032" style="cursor: pointer;" onclick="canvasClick(event)"> </canvas> <div style="display:none;"><img id="source" src="prototype/tg15-salkart-full.png" ></div> |