]> dev.renevier.net Git - syj.git/blobdiff - application/controllers/IdxController.php
assemble all utils scripts in a utils.js file
[syj.git] / application / controllers / IdxController.php
index 1e149fd429949f0c7a06f4ec9b314c99e408d2e1..e606ebc260efd54f53422dd57c73c4fb5e08f1e5 100644 (file)
@@ -10,11 +10,7 @@ class IdxController extends Zend_Controller_Action
         $this->view->headScript()->appendFile('js/ModifiablePath.js');
         $this->view->headScript()->appendFile('js/prototype.js');
         $this->view->headScript()->appendFile('js/simplebox.js');
-        $this->view->headScript()->appendFile('js/closebtn.js');
-        $this->view->headScript()->appendFile('js/highlight.js');
-        $this->view->headScript()->appendFile('js/deck.js');
-        $this->view->headScript()->appendFile('js/ajaxize.js');
-        $this->view->headScript()->appendFile('js/message.js');
+        $this->view->headScript()->appendFile('js/utils.js');
         $this->view->headScript()->appendFile('js/syj.js');
         $this->view->headLink()->appendStylesheet('css/openlayers/style.css');
         $this->view->headLink()->appendStylesheet('css/generic.css');