hide unstyled content until the loading screen is displayed

This commit is contained in:
ansuz
2017-06-29 10:49:35 +02:00
parent c53ebe3598
commit fca1ef4d36
8 changed files with 21 additions and 9 deletions

View File

@@ -2774,6 +2774,7 @@ define([
Cryptpad.onDisplayNameChanged(setName);
};
var onReady = function () {
APP.$iframe.find('body').css('display', '');
module.files = proxy;
if (!proxy.drive || typeof(proxy.drive) !== 'object') { proxy.drive = {}; }
migrateAnonDrive(proxy, function () {