mirror of https://github.com/xwiki-labs/cryptpad
Fix race condition against Firefox...
This commit is contained in:
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…
Reference in New Issue