Slow down loading rangetouch.js
This commit is contained in:
parent
0777eaad10
commit
63eee28a82
@ -40,8 +40,8 @@
|
|||||||
ranges = RangeTouch.setup('input[type="range"]', {});
|
ranges = RangeTouch.setup('input[type="range"]', {});
|
||||||
onLoad(); // start processing UI
|
onLoad(); // start processing UI
|
||||||
});
|
});
|
||||||
h.appendChild(l); // if this fires too quickly for ESP8266 use next line
|
//h.appendChild(l); // if this fires too quickly for ESP8266 use next line
|
||||||
//setTimeout(function(){h.appendChild(l)},50);
|
setTimeout(function(){h.appendChild(l)},50);
|
||||||
});
|
});
|
||||||
h.appendChild(l);
|
h.appendChild(l);
|
||||||
</script>
|
</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