diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-01-11 22:18:33 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-01-11 22:18:33 +0100 |
commit | e5db805157b2c7118ddfd3916e0427b2156e6e49 (patch) | |
tree | bdf57012c0e8224cdeb2467969e89b6fc348158e /web/index.html | |
parent | a4919da3a91236131f7b4e084761ff6a5f73b94f (diff) |
Move the info summary in the info-box into nmsBox-logic
Also some other random drive-by fixes :D
Fixes #180
References #181
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index cdd2840..05fd582 100644 --- a/web/index.html +++ b/web/index.html @@ -326,6 +326,7 @@ <script type="text/javascript" src="js/nms-draw-chart.js"></script> <script type="text/javascript" src="js/nms-types.js"></script> <script type="text/javascript" src="js/nms-ui-switch.js"></script> + <script type="text/javascript" src="js/nms-ui-switch-summary.js"></script> <script src="js/jquery.datetimepicker.full.js" type="text/javascript"></script> <script type="text/javascript"> initNMS(); |