Remove loading tips in the file picker

pull/1/head
yflory 2017-09-05 11:59:42 +02:00
parent 98cd69e53e
commit 904936209a
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ define([
nThen(function (waitFor) {
$(waitFor(function () {
Cryptpad.addLoadingScreen();
Cryptpad.addLoadingScreen(null, true);
}));
SFCommon.create(waitFor(function (c) { APP.common = common = c; }));
}).nThen(function (/*waitFor*/) {