From 904936209a1ce9c1d2a6e6581ee2b58d4e1d787f Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 5 Sep 2017 11:59:42 +0200 Subject: [PATCH] Remove loading tips in the file picker --- www/filepicker/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/filepicker/inner.js b/www/filepicker/inner.js index f8f3d5cbc..fe84ccfc1 100644 --- a/www/filepicker/inner.js +++ b/www/filepicker/inner.js @@ -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*/) {