initialisation des contrôles de la date

This commit is contained in:
2017-10-22 13:09:36 +02:00
parent 03ea81e194
commit af44ad8902
2 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,5 @@
};
$(document).ready(function() {
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
$('.input-group.date').datetimepicker();
});
})(jQuery);