Skip to content

Commit

Permalink
[BUGFIX] Update hide/show of loading and clearing elements to kitodo …
Browse files Browse the repository at this point in the history
…tx-dlf-search-in-document
  • Loading branch information
fschoelzel committed Jan 20, 2025
1 parent 4b3a130 commit 7a415ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Public/JavaScript/PageView/SearchInDocument.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ $(document).ready(function() {
"json"
)
.done(function (data) {
$('#tx-dfgviewer-sru-results-loading').hide();
$('#tx-dfgviewer-sru-results-clearing').show();
$('#tx-dlf-search-in-document-loading').hide();
$('#tx-dlf-search-in-document-clearing').show();
});
});

Expand Down

0 comments on commit 7a415ee

Please sign in to comment.