pacKman/js/backend.js

6 lines
128 B
JavaScript
Raw Permalink Normal View History

2021-08-16 20:48:26 +00:00
$(function() {
// checkboxes selection
$('.checkboxes-helpers').each(function() {
dotclear.checkboxesHelpers(this);
});
});