Skip to content

Commit

Permalink
Ticket #4055 - Uploaders: Don't show loading indicator during ghosts …
Browse files Browse the repository at this point in the history
…loading.
  • Loading branch information
AntonLV committed Sep 14, 2022
1 parent 26cef7f commit 1ee1b66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inc/js/classes/BxDolUploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,8 @@ BxDolUploaderSimple.prototype.restoreGhosts = function (bInitReordering, onCompl

bInitReordering = bInitReordering !== undefined ? bInitReordering : this._isReordering;

bx_loading(this._sResultContainerId, true);

$.getJSON(sUrl, function (aData) {

bx_loading($this._sResultContainerId, false);

if (!$this.isMultiple())
$('#' + $this._sResultContainerId + ' .bx-uploader-ghost').remove();

Expand Down

0 comments on commit 1ee1b66

Please sign in to comment.