Skip to content

Commit

Permalink
fix: restore thumbnails after AJAX request
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sendler committed Jan 28, 2025
1 parent 3fe5db9 commit 64ae111
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@
var ajaxstatus = data.status; // Can be "begin", "complete" and "success"
switch ( ajaxstatus ) {
case "success": // This is called when ajax response is successfully processed.
loadImages();
loadThumbnails();
const displayPopup = document.querySelector( '#displaySearchPopup' )?.value;
if ( displayPopup == 'true' ) {
Expand Down

0 comments on commit 64ae111

Please sign in to comment.