Update advanced_search.form.js

This commit is contained in:
Kyle Huynh 2023-01-24 13:06:08 -05:00 committed by GitHub
parent 4d3a4df647
commit b5bb967a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,6 +176,13 @@
/* reset the url after reset button clicked */
window.location.replace(href.split('?')[0]);
});
$("#ajax-page-summary").hide();
$( document ).ajaxComplete(function( event, request, settings ) {
$(".pager__summary").html($("#ajax-page-summary").html());
$("#ajax-page-summary").hide();
});
}
}
}