Slow down loading rangetouch.js

This commit is contained in:
Blaž Kristan 2021-12-08 10:09:45 +01:00
parent 0777eaad10
commit 63eee28a82
2 changed files with 1581 additions and 1579 deletions

View File

@ -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>

File diff suppressed because it is too large Load Diff