From d372c64c62c2a4c64faed25d94005fceb62358c6 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 26 Jan 2021 16:57:31 +0100 Subject: [PATCH] Fix race condition against Firefox... --- www/settings/inner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/settings/inner.js b/www/settings/inner.js index 45bc91ce4..e913d8f9b 100644 --- a/www/settings/inner.js +++ b/www/settings/inner.js @@ -458,6 +458,7 @@ define([ } if (val === 'default') { val = ''; } + window.location.hash = ''; // XXX This is a hack to fix Firefox trying to be smart sframeChan.query('Q_COLORTHEME_CHANGE', { theme: val, flush: flush