Lines 631-638
Link Here
|
631 |
$("#holidaysyearlyrepeatable").kohaTable(dt_params); |
631 |
$("#holidaysyearlyrepeatable").kohaTable(dt_params); |
632 |
$("#holidaysunique").kohaTable(dt_params); |
632 |
$("#holidaysunique").kohaTable(dt_params); |
633 |
|
633 |
|
|
|
634 |
let unique_table = $("#holidaysunique").DataTable(); |
635 |
|
634 |
$(".show_past").on("change", function(){ |
636 |
$(".show_past").on("change", function(){ |
635 |
tables.draw(); |
637 |
unique_table.draw(); |
636 |
}); |
638 |
}); |
637 |
|
639 |
|
638 |
$("a.helptext").click(function(){ |
640 |
$("a.helptext").click(function(){ |
639 |
- |
|
|