aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/nms-ui-boxes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/nms-ui-boxes.js')
-rw-r--r--web/js/nms-ui-boxes.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/js/nms-ui-boxes.js b/web/js/nms-ui-boxes.js
index dda77c9..3de8ff2 100644
--- a/web/js/nms-ui-boxes.js
+++ b/web/js/nms-ui-boxes.js
@@ -214,13 +214,9 @@ class nmsTable extends nmsBox {
var td1;
var td2;
tr = new nmsBox("tr");
- tr.html.className = content[0].toLowerCase().replace(/[^a-z0-9_]/g,"");
for (var x in content) {
var td = new nmsBox("td");
var child = content[x];
- if (x == 0) {
- td.html.classList.add("left");
- }
if (child instanceof nmsBox) {
td.add(child);
} else {