Lines 22-28
$(document).ready(function() {
Link Here
|
22 |
|
22 |
|
23 |
$("#CheckAllexports").on("click",function(){ |
23 |
$("#CheckAllexports").on("click",function(){ |
24 |
allcheckboxes.checkCheckboxes(":input[name*=biblionumbers]"); |
24 |
allcheckboxes.checkCheckboxes(":input[name*=biblionumbers]"); |
25 |
allcheckboxes.unCheckCheckboxes(":input[name*=items]"); |
|
|
26 |
return false; |
25 |
return false; |
27 |
}); |
26 |
}); |
28 |
$("#CheckNoexports").on("click",function(){ |
27 |
$("#CheckNoexports").on("click",function(){ |
29 |
- |
|
|