Bug 11703 [QA Followup] - Stop IE from caching ajax request
Signed-off-by: Britta Cramer <britta.cramer@inm-gmbh.de> Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
This commit is contained in:
parent
d38474bcc2
commit
f021b52e71
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
$(document).ready(function() {
|
||||
$.ajaxSetup ({ cache: false });
|
||||
|
||||
// Handle the select all/none links for checkouts table columns
|
||||
$("#CheckAllRenewals").on("click",function(){
|
||||
$("#UncheckAllCheckins").click();
|
||||
|
|
Loading…
Reference in a new issue