// kpi orders

This commit is contained in:
Kevin Granger
2013-09-16 11:45:02 +02:00
parent 2af6c30bde
commit 70b39019bf
8 changed files with 115 additions and 17 deletions
@@ -40,7 +40,7 @@ class AdminDashboardControllerCore extends AdminController
parent::setMedia();
$this->addJqueryUI('ui.datepicker');
$this->addJS(array(
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/js/vendor/d3.js',
_PS_JS_DIR_.'/vendor/d3.js',
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/js/vendor/nv.d3.js',
_PS_JS_DIR_.'/admin-dashboard.js',
));