summaryrefslogtreecommitdiff
path: root/client/lib
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib')
-rw-r--r--client/lib/util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/lib/util.js b/client/lib/util.js
index 35a537d..824c955 100644
--- a/client/lib/util.js
+++ b/client/lib/util.js
@@ -159,6 +159,7 @@ function Slider(parent, tag, title, options, is_int, fn){
const val = document.createElement('span')
val.classList.add('val')
const label = document.createElement('label')
+ label.classList = tag
label.innerHTML = title
block.appendChild(label)
block.appendChild(el)