[-] MO : ScrollTo not loaded

This commit is contained in:
gRoussac
2013-10-21 14:35:23 +02:00
parent d25b41ef97
commit a9e45fccf3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -117,6 +117,7 @@ class CrossSelling extends Module
{
$this->context->controller->addCSS(($this->_path).'crossselling.css', 'all');
$this->context->controller->addJS(($this->_path).'js/crossselling.js');
$this->context->controller->addJqueryPlugin('scrollTo', 'serialScroll');
}
/**
@@ -186,7 +186,7 @@ class productsCategory extends Module
{
$this->context->controller->addCSS($this->_path.'productscategory.css', 'all');
$this->context->controller->addJS($this->_path.'productscategory.js');
$this->context->controller->addJqueryPlugin('serialScroll');
$this->context->controller->addJqueryPlugin('scrollTo', 'serialScroll');
}
public function hookAddProduct($params)