aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-28 23:46:56 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-28 23:46:56 +0100
commit69662117a31bed413d71a4636257fcd44a51384d (patch)
treeb06d04449cf28e6e17cb0e1f02e829b04a09a00a /app/controllers/configureController.php
parent7e65c6b7829cacf371fcece074d4655e15259e7e (diff)
Ajoute raccourci load more
Permet de charger les articles suivants en appuyant sur "m" (par défaut)
Diffstat (limited to 'app/controllers/configureController.php')
-rwxr-xr-xapp/controllers/configureController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php
index 4c9ceebbc..af6140b5d 100755
--- a/app/controllers/configureController.php
+++ b/app/controllers/configureController.php
@@ -373,7 +373,8 @@ class configureController extends ActionController {
'f10', 'f11', 'f12');
$this->view->list_keys = $list_keys;
$list_names = array ('mark_read', 'mark_favorite', 'go_website', 'next_entry',
- 'prev_entry', 'next_page', 'prev_page', 'collapse_entry');
+ 'prev_entry', 'next_page', 'prev_page', 'collapse_entry',
+ 'load_more');
if (Request::isPost ()) {
$shortcuts = Request::param ('shortcuts');