diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 47bd270cb..4a594b539 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -148,7 +148,7 @@ class AdminShopControllerCore extends AdminController $this->list_simple_header = true; parent::initContent(); - $this->addJqueryPlugin('cookie-plugin'); + $this->addJqueryPlugin('cooki-plugin'); $this->addJqueryPlugin('jstree'); $this->addCSS(_PS_JS_DIR_.'jquery/plugins/jstree/themes/classic/style.css'); diff --git a/controllers/admin/AdminShopGroupController.php b/controllers/admin/AdminShopGroupController.php index ab1d3476e..de9c1050b 100644 --- a/controllers/admin/AdminShopGroupController.php +++ b/controllers/admin/AdminShopGroupController.php @@ -109,7 +109,7 @@ class AdminShopGroupControllerCore extends AdminController ); } - $this->addJqueryPlugin('cookie-plugin'); + $this->addJqueryPlugin('cooki-plugin'); $this->addJqueryPlugin('jstree'); $this->addCSS(_PS_JS_DIR_.'jquery/plugins/jstree/themes/classic/style.css'); diff --git a/controllers/admin/AdminShopUrlController.php b/controllers/admin/AdminShopUrlController.php index 05d3ca9d1..8e6929762 100644 --- a/controllers/admin/AdminShopUrlController.php +++ b/controllers/admin/AdminShopUrlController.php @@ -293,7 +293,7 @@ class AdminShopUrlControllerCore extends AdminController $this->list_simple_header = true; parent::initContent(); - $this->addJqueryPlugin('cookie-plugin'); + $this->addJqueryPlugin('cooki-plugin'); $this->addJqueryPlugin('jstree'); $this->addCSS(_PS_JS_DIR_.'jquery/plugins/jstree/themes/classic/style.css'); diff --git a/js/jquery/plugins/jquery.cookie-plugin.js b/js/jquery/plugins/jquery.cooki-plugin.js similarity index 100% rename from js/jquery/plugins/jquery.cookie-plugin.js rename to js/jquery/plugins/jquery.cooki-plugin.js