From b16c52166de02766007f8ba8d458bf1d20c00afc Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 8 Jan 2019 23:07:22 +0100 Subject: 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.... --- web/js/nms.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/js/nms.js') 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(); -- cgit v1.2.3