CC-6090 - restyle editor processing divs
This commit is contained in:
parent
bc4822d8e4
commit
88a9594aca
2 changed files with 8 additions and 2 deletions
|
@ -561,8 +561,11 @@ function removeButtonCheck() {
|
|||
}
|
||||
|
||||
function enableLoadingIcon() {
|
||||
// Disable the default overlay style
|
||||
$.blockUI.defaults.overlayCSS = {};
|
||||
$(".side_playlist.active-tab").block({
|
||||
message: $.i18n._("Processing..."),
|
||||
//message: $.i18n._("Processing..."),
|
||||
message: $.i18n._(""),
|
||||
theme: true,
|
||||
allowBodyStretch: true,
|
||||
applyPlatformOpacityRules: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue