full entity options

This commit is contained in:
rnsrk 2024-09-24 22:40:58 +02:00
parent f6f3a14dbc
commit 8abdf5911b
3 changed files with 32 additions and 96 deletions

View file

@ -185,8 +185,6 @@
// Handle the page summary
$("#ajax-page-summary").hide();
$( document ).ajaxComplete(function( event, request, settings ) {
console.log('ajax complete');
$("#ajax-page-summary").hide();
if (jQuery("#ajax-page-summary").length >0) {
$(".pager__summary").html($("#ajax-page-summary").html());