Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
0a4e876139
|
@ -1448,7 +1448,7 @@ define([
|
|||
if (parsedOld && parsedNew && (
|
||||
parsedOld.type !== parsedNew.type
|
||||
|| parsedOld.channel !== parsedNew.channel
|
||||
|| parsedOld.mode !== parsedNew.mode
|
||||
//|| parsedOld.mode !== parsedNew.mode
|
||||
|| parsedOld.key !== parsedNew.key)) {
|
||||
document.location.reload();
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue