diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 81bec068c..03474a261 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -149,7 +149,7 @@ class AdminShopControllerCore extends AdminController $this->list_simple_header = true; parent::initContent(); - $this->addJqueryPlugin('cooki'); + $this->addJqueryPlugin('cookie-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 55cdc8d85..bdf01739d 100644 --- a/controllers/admin/AdminShopGroupController.php +++ b/controllers/admin/AdminShopGroupController.php @@ -110,7 +110,7 @@ class AdminShopGroupControllerCore extends AdminController ); } - $this->addJqueryPlugin('cooki'); + $this->addJqueryPlugin('cookie-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 1a74fd62e..791d627dd 100644 --- a/controllers/admin/AdminShopUrlController.php +++ b/controllers/admin/AdminShopUrlController.php @@ -294,7 +294,7 @@ class AdminShopUrlControllerCore extends AdminController $this->list_simple_header = true; parent::initContent(); - $this->addJqueryPlugin('cooki'); + $this->addJqueryPlugin('cookie-plugin'); $this->addJqueryPlugin('jstree'); $this->addCSS(_PS_JS_DIR_.'jquery/plugins/jstree/themes/classic/style.css'); diff --git a/js/jquery/plugins/jquery.cooki.js b/js/jquery/plugins/jquery.cookie-plugin.js similarity index 100% rename from js/jquery/plugins/jquery.cooki.js rename to js/jquery/plugins/jquery.cookie-plugin.js