X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FIdxController.php;h=4fc9aaf45e965e175f8e2b082a9bccc1193e6edd;hb=6c1b83c4b957fcb1886535dc8decbcf16bf4a384;hp=217295bbc0c9c9d08016bcfd749036707fbbe63d;hpb=7ab93faefae14af39fc5449a2c3311dd68d2c0f9;p=syj.git diff --git a/application/controllers/IdxController.php b/application/controllers/IdxController.php index 217295b..4fc9aaf 100644 --- a/application/controllers/IdxController.php +++ b/application/controllers/IdxController.php @@ -8,7 +8,7 @@ class IdxController extends Zend_Controller_Action public function init() { $this->_helper->SyjMedias->addScripts('idx'); $this->_helper->SyjMedias->addStyleSheets('idx'); - $this->view->headMeta()->appendName('viewport', 'width=640px'); + $this->view->headMeta()->appendName('viewport', 'width=640'); } public function rawmode(Syj_Model_Path $path) { @@ -144,7 +144,6 @@ class IdxController extends Zend_Controller_Action protected function _jsRawLocaleStrings() { $this->view->jslocales = array( 'osmAttribution' => __("Map by OpenStreetMap"), - 'mapquestAttribution' => __("Map by MapQuest, OpenStreetMap and contributors, CC-BY-SA"), ); } @@ -170,7 +169,6 @@ class IdxController extends Zend_Controller_Action 'canResubmit' => __("Now, you can retry to save"), 'routeBy' => __("route by"), 'osmAttribution' => __("Map by OpenStreetMap"), - 'mapquestAttribution' => __("Map by MapQuest, OpenStreetMap and contributors, CC-BY-SA"), 'pseudoChecking' => __("checking availibilty"), 'availablePseudo' => __("available pseudo"), 'unavailablePseudo' => __("unavailable pseudo"),