[+] Classes : added new class Media => It contains all the method related to media like CSS, JS
[+] Classes : added new method Media::addJquery(), Media::addJqueryUI(), Media::addJqueryPlugin() [~] Deprecated : All method related to CCC has been moved in class Media
This commit is contained in:
@@ -155,8 +155,8 @@ class AdminHomeControllerCore extends AdminController
|
||||
{
|
||||
parent::setMedia();
|
||||
if (strpos($_SERVER['HTTP_USER_AGENT'],'MSIE') !== false)
|
||||
$this->addJS(_PS_JS_DIR_.'jquery/excanvas.min.js');
|
||||
$this->addJS(_PS_JS_DIR_.'jquery/jquery.flot.min.js');
|
||||
$this->addJqueryPlugin('excanvas');
|
||||
$this->addJqueryPlugin('flot');
|
||||
}
|
||||
|
||||
protected function warnDomainName()
|
||||
|
||||
Reference in New Issue
Block a user