//small js fix

This commit is contained in:
Vincent Augagneur
2013-11-26 10:24:19 +01:00
parent 8a7d39d800
commit 690b6b160a
+1 -1
View File
@@ -72,7 +72,7 @@ class Dashactivity extends Module
$this->context->controller->addJquery();
$this->context->controller->addJs($this->_path.'views/js/'.$this->name.'.js');
$this->context->controller->addJs(_PS_JS_DIR_.'date.js');
$this->context->controller->addJs(array(_PS_JS_DIR_.'date.js', _PS_JS_DIR_.'tools.js');
}
}