]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/NewpwdController.php
assemble all utils scripts in a utils.js file
[syj.git] / application / controllers / NewpwdController.php
index 2dc2724f8116ec7de20743012631589491555a43..93d7f9fc5ffddc4a3f3f850d6d569dfc94940780 100644 (file)
@@ -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');
     }