Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
ansuz 2017-09-05 12:18:16 +02:00
commit c790442736
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*/) {