From fd6b5f03e5852e224fff4b8420dbb5822c1cafd5 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sat, 25 Apr 2026 13:46:41 +0200 Subject: [PATCH] addition to last commit --- copyparty/web/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index ac21a51a..0adc65c8 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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; }