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

@@ -1,7 +1,10 @@
define([
'jquery',
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
'less!/file/file.less',
'less!/customize/src/less/cryptpad.less',
'less!/customize/src/less/toolbar.less',
], function () {});
], function ($) {
$('.loading-hidden').removeClass('loading-hidden');
});