mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -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)
|
if(validcolor == accent)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(function(){
|
||||||
setColor(validcolor);
|
setColor(validcolor);
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue