semicolon

This commit is contained in:
Noli 2022-03-25 20:44:41 +01:00
parent 8270d92073
commit 6aaa8d026f
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ function addSetting(ob) {
window["label_"+ob.id] = reflb; // Is this still needed?
// Add event function to input
refin.on("input", function () {
var that = this
var that = this;
sliders_throttle(ob.id, function () {
socket.send({'cmd': $(that).attr('id'), 'data': $(that).val()});
});