aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/index.html
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-03-12 18:14:43 +0000
committerKristian Lyngstol <kly@kly.no>2016-03-12 18:14:43 +0000
commitd38e6ba26931cffd6c09128dfeb7321bc224ede3 (patch)
treeaf8cf7818d304d940fd538eb99609fb43692b407 /web/nms.gathering.org/index.html
parenta7eb97d873b94cc8fcc5d23dc10e567c42c95a22 (diff)
NMSjs: Start applying the nmsData logic aka: break *
Things are currently somewhat broken, as expected. No handlers are updated. All in all, this isn't a disaster because it reveals a lot of crud that should never have been tied in with this logic to begin with. Will continue working on it after dinner.
Diffstat (limited to 'web/nms.gathering.org/index.html')
-rw-r--r--web/nms.gathering.org/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/nms.gathering.org/index.html b/web/nms.gathering.org/index.html
index 55cd095..b5ef88e 100644
--- a/web/nms.gathering.org/index.html
+++ b/web/nms.gathering.org/index.html
@@ -526,6 +526,7 @@
</div><!--/.fluid-container-->
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
+ <script type="text/javascript" src="js/nms-data.js"></script>
<script type="text/javascript" src="js/nms.js"></script>
<script type="text/javascript" src="js/nms-color-util.js"></script>
<script type="text/javascript" src="js/nms-map-handlers.js"></script>