Merge branch 'features/date-type-use-html5' into features/activity-form

This commit is contained in:
2021-06-08 18:08:23 +02:00

View File

@@ -57,7 +57,6 @@ var handleAdd = function(button) {
entry.classList.add('chill-collection__list__entry');
initializeRemove(collection, entry);
collection.appendChild(entry);
chill.initPikaday('fr');
collection.dispatchEvent(event);
window.dispatchEvent(event);