Fix race condition against Firefox...

pull/1/head
yflory 4 years ago
parent e25b87534e
commit d372c64c62

@ -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

Loading…
Cancel
Save