Merge branch 'soon' into fileManager

This commit is contained in:
yflory
2017-01-10 15:07:48 +01:00
17 changed files with 207 additions and 104 deletions

View File

@@ -686,8 +686,8 @@ define([
$loading.append($container);
$('body').append($loading);
};
common.removeLoadingScreen = function () {
$('#' + LOADING).fadeOut(750);
common.removeLoadingScreen = function (cb) {
$('#' + LOADING).fadeOut(750, cb);
};
common.errorLoadingScreen = function (error) {
$('.spinnerContainer').hide();