Update advanced_search.form.js
This commit is contained in:
parent
4d3a4df647
commit
b5bb967a81
1 changed files with 7 additions and 0 deletions
|
|
@ -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();
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue