// Missing Base uri in uploader helper

This commit is contained in:
Jerome Nadaud
2013-11-25 17:37:26 +01:00
parent 2b0224efe1
commit 48be09d82d
+2 -2
View File
@@ -251,8 +251,8 @@ class HelperUploaderCore extends Uploader
.'/themes/'.$bo_theme.'/js/jquery.fileupload-process.js');
$this->getContext()->controller->addJs(__PS_BASE_URI__.$admin_webpath
.'/themes/'.$bo_theme.'/js/jquery.fileupload-validate.js');
$this->getContext()->controller->addJs('js/vendor/spin.js');
$this->getContext()->controller->addJs('js/vendor/ladda.js');
$this->getContext()->controller->addJs(__PS_BASE_URI__.'js/vendor/spin.js');
$this->getContext()->controller->addJs(__PS_BASE_URI__.'js/vendor/ladda.js');
}
if ($this->useAjax())