diff --git a/src/Bundle/ChillMainBundle/Resources/public/js/collection/collections.js b/src/Bundle/ChillMainBundle/Resources/public/js/collection/collections.js index e8e697058..395f24412 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/js/collection/collections.js +++ b/src/Bundle/ChillMainBundle/Resources/public/js/collection/collections.js @@ -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);