aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 15:55:44 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 15:55:44 +0200
commit1863153b966af00078869b6634df1daa22cdcbfe (patch)
tree72f8fb178fe5555f5d951253807033d1902af830 /app/controllers/indexController.php
parent6d184ad1b8b84ab31e342f539844e0dc5738423b (diff)
Fix issue #71 : remise en place du mode endless + correction bug à l'importation OPML
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index f4f0b98b3..5403b82ed 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -12,6 +12,7 @@ class indexController extends ActionController {
View::appendScript (Url::display ('/scripts/shortcut.js'));
View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'main')));
View::appendScript (Url::display (array ('c' => 'javascript', 'a' => 'actualize')));
+ View::appendScript (Url::display ('/scripts/endless_mode.js'));
}
$entryDAO = new EntryDAO ();