diff options
| author | 2013-11-17 11:59:20 +0100 | |
|---|---|---|
| committer | 2013-11-17 11:59:20 +0100 | |
| commit | 0bd6ea1c08c08f653f1c88d349d31fbdcfce1d7f (patch) | |
| tree | 2ff34c134ea57e01a22c0ffe18830e4ab25fcc9c /app/controllers | |
| parent | 7c5ea1fb9a678fca9c30b07afdf8eab1c51343d9 (diff) | |
Corrige bug chargement JS0.6.0
Lorsque la vue par défaut était le mode lecture, le JS ne se chargeait
pas. La faute au script LazyLoad qui n'était pas chargé correctement
Diffstat (limited to 'app/controllers')
| -rwxr-xr-x | app/controllers/indexController.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index 2f86034ee..140bbfc72 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -44,11 +44,6 @@ class indexController extends ActionController { $this->view->_useLayout (false); header('Content-Type: application/rss+xml; charset=utf-8'); } else { - if(!$output) { - $output = $this->view->conf->viewMode(); - Request::_param ('output', $output); - } - View::appendScript (Url::display ('/scripts/shortcut.js?' . @filemtime(PUBLIC_PATH . '/scripts/shortcut.js'))); if ($output == 'global') { |
