2023-05-07 22:40:58 +00:00
|
|
|
/*global $, dotclear */
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
$(() => {
|
|
|
|
$('.checkboxes-helpers').each(function(){dotclear.checkboxesHelpers(this);});
|
|
|
|
dotclear.condSubmit('#form-feeds td input[type=checkbox]', '#form-feeds #feeds-action');
|
|
|
|
dotclear.condSubmit('#form-entries td input[type=checkbox]', '#form-entries #feed-action');
|
2015-04-25 19:25:03 +00:00
|
|
|
});
|