aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index 7d42de67a..bd5f31b08 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -5,8 +5,6 @@ class indexController extends ActionController {
View::appendScript (Url::display ('/scripts/smoothscroll.js'));
View::appendScript (Url::display ('/scripts/shortcut.js'));
View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'main')));
- View::appendScript (Url::display ('/scripts/endless_mode.js'));
- View::appendScript (Url::display ('/scripts/read_mode.js'));
$entryDAO = new EntryDAO ();
$catDAO = new CategoryDAO ();