2021-09-02 12:30:05 +00:00
|
|
|
$(function(){
|
2021-09-28 22:56:31 +00:00
|
|
|
$('#form-entries .checkboxes-helpers').each(function () {
|
|
|
|
dotclear.checkboxesHelpers(this, undefined, '#form-entries td input[type=checkbox]', '#form-entries #do-action');
|
|
|
|
});
|
|
|
|
$('#form-entries td input[type=checkbox]').enableShiftClick();
|
|
|
|
dotclear.condSubmit('#form-entries td input[type=checkbox]', '#form-entries #do-action');
|
2021-09-02 12:30:05 +00:00
|
|
|
});
|