Remove the logo from the filepicker loading screen

This commit is contained in:
yflory
2017-09-05 15:34:38 +02:00
parent 01881ac469
commit 53eb9bb541
10 changed files with 20 additions and 10 deletions

View File

@@ -280,7 +280,7 @@ define([
var fileDialogCfg = {
onSelect: function (data) {
if (data.type === type && first) {
Cryptpad.addLoadingScreen(null, true);
Cryptpad.addLoadingScreen({hideTips: true});
var sframeChan = common.getSframeChannel();
sframeChan.query('Q_TEMPLATE_USE', data.href, function () {
first = false;