diff options
| author | 2012-12-08 17:37:08 +0100 | |
|---|---|---|
| committer | 2012-12-08 17:37:08 +0100 | |
| commit | 50b34fb414b3a5a15a445e8a71bec1efbc1ecde2 (patch) | |
| tree | 9ee2a5f1ba7819a8e55ffe8224056a2c33b30955 /app/controllers/indexController.php | |
| parent | ba37c6e06fc7db2d33eab0a5b120c0186039a1ca (diff) | |
Ajout mode lecture (en js par contre) fix issue #6
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 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 (); |
