summaryrefslogtreecommitdiff
path: root/client/lib
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-22 18:01:50 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-22 18:01:50 +0200
commit2f3d04722683b749089fac9692b051464ad69cf2 (patch)
treecea83afcc6df1180e4e8ead68cd7f4eef1b55153 /client/lib
parentacf03a89ea16bfa49db8c1175be8f0cf1e021ab3 (diff)
all features seem to be working
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)