initialisation des contrôles de la date

This commit is contained in:
Paul Schneider 2017-10-22 13:09:36 +02:00
commit 490e22a05f
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);