summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-12-08 17:37:08 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-12-08 17:37:08 +0100
commit50b34fb414b3a5a15a445e8a71bec1efbc1ecde2 (patch)
tree9ee2a5f1ba7819a8e55ffe8224056a2c33b30955 /app/controllers
parentba37c6e06fc7db2d33eab0a5b120c0186039a1ca (diff)
Ajout mode lecture (en js par contre) fix issue #6
Diffstat (limited to 'app/controllers')
-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 57d37e0f5..7d42de67a 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -6,6 +6,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 ('/scripts/endless_mode.js'));
+ View::appendScript (Url::display ('/scripts/read_mode.js'));
$entryDAO = new EntryDAO ();
$catDAO = new CategoryDAO ();