Fix deprecated shared folder in read-only team

This commit is contained in:
yflory
2019-10-25 17:40:31 +02:00
parent 37a72d2f87
commit 49766d006f
4 changed files with 22 additions and 6 deletions

View File

@@ -1524,7 +1524,6 @@ define([
var noSharedWorker = false;
if (localStorage.CryptPad_noWorkers) {
noWorker = localStorage.CryptPad_noWorkers === '1';
noWorker = true;
console.error('WebWorker/SharedWorker state forced to ' + !noWorker);
}
Nthen(function (waitFor2) {