From 8183c028f8b542c8b4338095a2a76477262b6a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 8 Jun 2021 18:07:59 +0200 Subject: [PATCH] remove ref to pikaday --- .../Resources/public/js/collection/collections.js | 1 - 1 file changed, 1 deletion(-) 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);