Skip to content

Commit 3bebe35

Browse files
[BUGFIX] Update hide/show of loading and clearing elements (kitodo#1432)
Co-authored-by: Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
1 parent e098626 commit 3bebe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/Public/JavaScript/PageView/SearchInDocument.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ $(document).ready(function() {
277277
"json"
278278
)
279279
.done(function (data) {
280-
$('#tx-dfgviewer-sru-results-loading').hide();
281-
$('#tx-dfgviewer-sru-results-clearing').show();
280+
$('#tx-dlf-search-in-document-loading').hide();
281+
$('#tx-dlf-search-in-document-clearing').show();
282282
});
283283
});
284284

0 commit comments

Comments
 (0)