fixes for file app

This commit is contained in:
ansuz
2017-06-29 14:21:48 +02:00
parent 39149a052b
commit bbf9916a91
4 changed files with 12 additions and 5 deletions

View File

@@ -7,4 +7,8 @@ define([
'less!/customize/src/less/toolbar.less',
], function ($) {
$('.loading-hidden').removeClass('loading-hidden');
// dirty hack to get rid the flash of the lock background
setTimeout(function () {
$('#app').addClass('ready');
}, 100);
});