Merge branch 'soon' into fileManager
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user