CC-6090 - restyle editor processing divs

This commit is contained in:
Duncan Sommerville 2015-08-28 10:50:10 -04:00
parent bc4822d8e4
commit 88a9594aca
2 changed files with 8 additions and 2 deletions

View file

@ -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