Remove loading tips in the file picker

pull/1/head
yflory 7 years ago
parent 98cd69e53e
commit 904936209a

@ -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*/) {

Loading…
Cancel
Save