diff --git a/apps/documenteditor/embed/js/ApplicationController.js b/apps/documenteditor/embed/js/ApplicationController.js index 19a0605acc..39ec087608 100644 --- a/apps/documenteditor/embed/js/ApplicationController.js +++ b/apps/documenteditor/embed/js/ApplicationController.js @@ -685,7 +685,6 @@ DE.ApplicationController = new(function(){ common.controller.modals.createDlgPassword(submitPassword); $('#loading-mask').removeClass("end-animation"); $('#loading-mask').addClass("none-animation"); - //hidePreloader(); onLongActionEnd(Asc.c_oAscAsyncActionType['BlockInteraction'], LoadingDocument); } } diff --git a/apps/presentationeditor/embed/index.html b/apps/presentationeditor/embed/index.html index 0c50e4d949..1bcbdfd454 100644 --- a/apps/presentationeditor/embed/index.html +++ b/apps/presentationeditor/embed/index.html @@ -23,7 +23,7 @@ overflow: hidden; border: none; background-color: #f4f4f4; - z-index: 10000; + z-index: 1000; } .loadmask > .brendpanel { @@ -138,6 +138,10 @@ 50% { opacity:0.3; } 100% { opacity:1; } } + + .loadmask.none-animation > .placeholder .slide-container { + animation: none; + }