diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-22 18:01:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-22 18:01:50 +0200 |
| commit | 2f3d04722683b749089fac9692b051464ad69cf2 (patch) | |
| tree | cea83afcc6df1180e4e8ead68cd7f4eef1b55153 /client/lib | |
| parent | acf03a89ea16bfa49db8c1175be8f0cf1e021ab3 (diff) | |
all features seem to be working
Diffstat (limited to 'client/lib')
| -rw-r--r-- | client/lib/util.js | 1 |
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) |
