[*] BO : cms meta keywords now use tagify
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13716 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -138,4 +138,11 @@ class AdminCmsContentControllerCore extends AdminController
|
||||
|| (Tools::isSubmit('position') && Tools::isSubmit('id_cms_category_to_move')))
|
||||
$this->adminCMSCategories->postProcess();
|
||||
}
|
||||
|
||||
public function setMedia()
|
||||
{
|
||||
parent::setMedia();
|
||||
$this->addJqueryUi('ui.widget');
|
||||
$this->addJqueryPlugin('tagify');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user