mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -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')){
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue