mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Merge branch 'features/date-type-use-html5' into features/activity-form
This commit is contained in:
commit
780c14cfbe
@ -57,7 +57,6 @@ var handleAdd = function(button) {
|
|||||||
entry.classList.add('chill-collection__list__entry');
|
entry.classList.add('chill-collection__list__entry');
|
||||||
initializeRemove(collection, entry);
|
initializeRemove(collection, entry);
|
||||||
collection.appendChild(entry);
|
collection.appendChild(entry);
|
||||||
chill.initPikaday('fr');
|
|
||||||
|
|
||||||
collection.dispatchEvent(event);
|
collection.dispatchEvent(event);
|
||||||
window.dispatchEvent(event);
|
window.dispatchEvent(event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user