Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz
2017-08-31 18:12:21 +02:00
12 changed files with 257 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ define([
// inform the user their session is in a bad state
Cryptpad.confirm(Messages.realtime_unrecoverableError, function (yes) {
if (!yes) { return; }
window.location.reload();
window.parent.location.reload();
});
common.infiniteSpinnerDetected = true;
}, 2000);

1
www/common/media-tag-nacl.min.js vendored Normal file

File diff suppressed because one or more lines are too long