View | Details | Raw Unified | Return to bug 11703
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js (-1 / +2 lines)
Lines 1-4 Link Here
1
$(document).ready(function() {
1
$(document).ready(function() {
2
    $.ajaxSetup ({ cache: false });
3
2
    // Handle the select all/none links for checkouts table columns
4
    // Handle the select all/none links for checkouts table columns
3
    $("#CheckAllRenewals").on("click",function(){
5
    $("#CheckAllRenewals").on("click",function(){
4
        $("#UncheckAllCheckins").click();
6
        $("#UncheckAllCheckins").click();
5
- 

Return to bug 11703