]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/LoginController.php
assemble all utils scripts in a utils.js file
[syj.git] / application / controllers / LoginController.php
index 96d485a02d4a94b264f2ccca11ce96f9916d93c0..48636214855fbcd672d941ab275c2201ed325565 100644 (file)
@@ -7,7 +7,7 @@ class LoginController extends Zend_Controller_Action
     public function init() {
         $this->view->headTitle($this->view->translate("login"));
         $this->view->headScript()->appendFile('js/prototype.js');
-        $this->view->headScript()->appendFile('js/forms.js');
+        $this->view->headScript()->appendFile('js/utils.js');
         $this->view->headScript()->appendFile('js/login.js');
         $this->view->headLink()->appendStylesheet('css/generic.css');
         $this->view->headLink()->appendStylesheet('css/login.css');