This commit is contained in:
Vincent Augagneur
2013-11-26 10:25:03 +01:00
parent 690b6b160a
commit e3f3f8a58f
+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(array(_PS_JS_DIR_.'date.js', _PS_JS_DIR_.'tools.js');
$this->context->controller->addJs(array(_PS_JS_DIR_.'date.js', _PS_JS_DIR_.'tools.js'));
}
}