Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Aug 19, 2022
1 parent 5255932 commit 585b83d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/mage/adminhtml/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ varienLoaderHandler.handler = {
if(request && request.options.loaderArea){
Element.clonePosition($('loading-mask'), $(request.options.loaderArea), {offsetLeft:-2});
Element.show('loading-mask');
Element.childElements('loading-mask').invoke('hide');
toggleSelectsUnderBlock($('loading-mask'), false);
setLoaderPosition();
if(this.timeout) {
Expand Down

0 comments on commit 585b83d

Please sign in to comment.