add kulcsok, add tartós beszedés, add ticket type with intallments
This commit is contained in:
8
backend/web/js/index.pending.js
Normal file
8
backend/web/js/index.pending.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
$("#select-all-pending").click(function() {
|
||||
var checkBoxes = $(".pending-request");
|
||||
checkBoxes.prop("checked", $("#select-all-pending").prop("checked"));
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user