X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FNewpwdController.php;h=93d7f9fc5ffddc4a3f3f850d6d569dfc94940780;hb=1de0f433144272946051bb0df886b8c43459beb8;hp=2dc2724f8116ec7de20743012631589491555a43;hpb=190fd621df4920c56a422c03663874cddaa67d64;p=syj.git diff --git a/application/controllers/NewpwdController.php b/application/controllers/NewpwdController.php index 2dc2724..93d7f9f 100644 --- a/application/controllers/NewpwdController.php +++ b/application/controllers/NewpwdController.php @@ -8,6 +8,7 @@ class NewpwdController extends Zend_Controller_Action public function init() { $this->view->headScript()->appendFile('js/prototype.js'); $this->view->headScript()->appendFile('js/newpwd.js'); + $this->view->headScript()->appendFile('js/utils.js'); $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/newpwd.css'); }