aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-ui-switch.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/nms-ui-switch.js')
-rw-r--r--web/js/nms-ui-switch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/nms-ui-switch.js b/web/js/nms-ui-switch.js
index f66a2b2..b7cbc7c 100644
--- a/web/js/nms-ui-switch.js
+++ b/web/js/nms-ui-switch.js
@@ -28,7 +28,7 @@ class nmsNewNet extends nmsPanel {
class nmsModThing extends nmsBox {
constructor(data) {
- super("div",{html:{className: "panel-body"}});
+ super("div");
this.identifier = data.identifier;
this.invalidate = data.invalidate;
this.api = data.api;