X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=e606ebc260efd54f53422dd57c73c4fb5e08f1e5;hb=1de0f433144272946051bb0df886b8c43459beb8;hp=1e149fd429949f0c7a06f4ec9b314c99e408d2e1;hpb=d9f13fbba43193040911105caf393aff945eb02d;p=syj.git diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 1e149fd..e606ebc 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -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');