diff --git a/module/blog/blog.php b/module/blog/blog.php index f0541c31..fec0c5cf 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -311,7 +311,6 @@ class blog extends common $this->addOutput([ 'title' => helper::translate('RĂ©diger un article'), 'vendor' => [ - 'flatpickr', 'tinymce', 'furl' ], @@ -714,7 +713,6 @@ class blog extends common $this->addOutput([ 'title' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'title']), 'vendor' => [ - 'flatpickr', 'tinymce', 'furl' ], diff --git a/module/form/form.php b/module/form/form.php index 2a26c524..29eec494 100644 --- a/module/form/form.php +++ b/module/form/form.php @@ -151,7 +151,6 @@ class form extends common 'title' => helper::translate('Configuration du module'), 'vendor' => [ 'html-sortable', - 'flatpickr' ], 'view' => 'config' ]); @@ -223,7 +222,6 @@ class form extends common 'title' => helper::translate('Options de configuration'), 'vendor' => [ 'html-sortable', - 'flatpickr' ], 'view' => 'option' ]); @@ -506,7 +504,6 @@ class form extends common 'redirect' => $redirect ? helper::baseUrl() . $redirect : '', 'state' => ($sent === true ? true : false), 'vendor' => [ - 'flatpickr' ], ]); } @@ -515,9 +512,6 @@ class form extends common 'showBarEditButton' => true, 'showPageContent' => true, 'view' => 'index', - 'vendor' => [ - 'flatpickr' - ], ]); } diff --git a/module/news/news.php b/module/news/news.php index 80403089..e03ef29e 100644 --- a/module/news/news.php +++ b/module/news/news.php @@ -206,7 +206,6 @@ class news extends common $this->addOutput([ 'title' => helper::translate('RĂ©diger un article'), 'vendor' => [ - 'flatpickr', 'tinymce' ], 'view' => 'add' @@ -466,7 +465,6 @@ class news extends common $this->addOutput([ 'title' => $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(2), 'title']), 'vendor' => [ - 'flatpickr', 'tinymce' ], 'view' => 'edit'