aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index d1c615d6d..9f71c0e57 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -11,15 +11,13 @@ class indexController extends ActionController {
if ($output == 'rss') {
$this->view->_useLayout (false);
} else {
- View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'actualize')));
-
if(!$output) {
$output = $this->view->conf->viewMode();
Request::_param ('output', $output);
}
View::appendScript (Url::display ('/scripts/shortcut.js'));
- View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'main')));
+ View::appendScript (Url::display ('/scripts/main.js'));
View::appendScript (Url::display ('/scripts/endless_mode.js'));
if ($output == 'global') {