mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
fix IE
This commit is contained in:
parent
d11c208edc
commit
8bb1ae0734
|
|
@ -1366,7 +1366,7 @@ ebi('accent').oninput = ebi('accent_picker').oninput = function () {
|
|||
if(validcolor == accent)
|
||||
return;
|
||||
|
||||
setTimeout(() => {
|
||||
setTimeout(function(){
|
||||
setColor(validcolor);
|
||||
}, 100);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue