Slow down loading rangetouch.js
This commit is contained in:
parent
0777eaad10
commit
63eee28a82
@ -40,8 +40,8 @@
|
||||
ranges = RangeTouch.setup('input[type="range"]', {});
|
||||
onLoad(); // start processing UI
|
||||
});
|
||||
h.appendChild(l); // if this fires too quickly for ESP8266 use next line
|
||||
//setTimeout(function(){h.appendChild(l)},50);
|
||||
//h.appendChild(l); // if this fires too quickly for ESP8266 use next line
|
||||
setTimeout(function(){h.appendChild(l)},50);
|
||||
});
|
||||
h.appendChild(l);
|
||||
</script>
|
||||
|
3156
wled00/html_ui.h
3156
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user