// feedback button

This commit is contained in:
Kevin Granger
2013-10-11 18:26:12 +02:00
parent cfa4d72eab
commit 89251a667b
9 changed files with 1198 additions and 16 deletions
@@ -46,6 +46,8 @@ class AdminLoginControllerCore extends AdminController
$this->addJquery();
$this->addCSS('/'.$admin_webpath.'/themes/'.$this->bo_theme.'/css/admin-theme.css');
$this->addJS(_PS_JS_DIR_.'vendor/jquery.validate.js');
$this->addJS(_PS_JS_DIR_.'vendor/spin.js');
$this->addJS(_PS_JS_DIR_.'vendor/ladda.js');
$this->addJS(_PS_JS_DIR_.'login.js');
$this->addJqueryUI('ui.widget');
$this->addJqueryUI('effects.shake');