diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-01-08 23:07:22 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-01-08 23:07:22 +0100 |
commit | b16c52166de02766007f8ba8d458bf1d20c00afc (patch) | |
tree | aad21b25df1b9881d46f01b7fee015a5b14f6bd8 /web/js/nms.js | |
parent | 435da6f11d41896c16ee7aedb0c41c33eb259e89 (diff) |
Re-introduce the use-name-box and tweak style
Turns out the style-diff was because the old implementation with hard-coded
HTML had indentation == white space, which rendered as white-space between the
elements.... This SHOULD be a CSS fix, but in the meanwhile....
Diffstat (limited to 'web/js/nms.js')
-rw-r--r-- | web/js/nms.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/js/nms.js b/web/js/nms.js index a0f2ee9..8213537 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -404,7 +404,6 @@ function initNMS() { nmsData.registerSource("networks","/api/read/networks"); nmsOplog.init(); } - restoreSettings(); nmsMap.init(); detectHandler(); |