mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
addition to last commit
This commit is contained in:
parent
9be5a4277a
commit
fd6b5f03e5
|
|
@ -1360,7 +1360,7 @@ ebi('accent').oninput = ebi('accent_picker').oninput = function () {
|
||||||
}
|
}
|
||||||
else if(this == ebi('accent_picker')){
|
else if(this == ebi('accent_picker')){
|
||||||
if(this.value == '#000000')
|
if(this.value == '#000000')
|
||||||
validcolor = ''; // firefox submits the color picker value on browser startup
|
return; // firefox submits the color picker value on browser startup
|
||||||
ebi('accent').value = this.value;
|
ebi('accent').value = this.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue