mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-04 06:10:18 +00:00
Fixes #122
This commit is contained in:
5
data/js/controls.js
vendored
5
data/js/controls.js
vendored
@ -817,6 +817,11 @@ function start() {
|
||||
element.addClass(colorClass(data.color));
|
||||
}
|
||||
}
|
||||
|
||||
$(".range-slider__range").each(function(){
|
||||
$(this)[0].value = $(this).attr("value");
|
||||
$(this).next().html($(this).attr("value"));
|
||||
});
|
||||
};
|
||||
|
||||
websock.onmessage = handleEvent;
|
||||
|
Reference in New Issue
Block a user