diff options
Diffstat (limited to 'app/controllers/indexController.php')
| -rwxr-xr-x | app/controllers/indexController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index c6373cb29..7d878108d 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -5,6 +5,7 @@ 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')); $entryDAO = new EntryDAO (); $catDAO = new CategoryDAO (); |
