[-] CORE : fixed some bad include of jquery plugin

This commit is contained in:
vAugagneur
2012-11-23 16:35:57 +01:00
parent f3b153ed6b
commit 049caca3b7
4 changed files with 15 additions and 12 deletions
@@ -127,6 +127,12 @@ class AdminModulesControllerCore extends AdminController
if (isset($this->context->cookie->username_addons) && isset($this->context->cookie->password_addons) && !empty($this->context->cookie->username_addons) && !empty($this->context->cookie->password_addons))
$this->logged_on_addons = true;
}
public function setMedia()
{
parent::setMedia();
$this->addJqueryPlugin(array('autocomplete', 'fancybox'));
}
public function ajaxProcessRefreshModuleList()
{