diff options
| author | 2013-11-17 15:23:48 -0500 | |
|---|---|---|
| committer | 2013-11-17 15:26:20 -0500 | |
| commit | ff1803e61aea1fbec607cf11acebf4106f5bbdc9 (patch) | |
| tree | 04be51aa9917c17850deb6142c4459cdc9478778 /app/controllers/configureController.php | |
| parent | d0a7c1e0235106609ac754c5c6e6cb481a32a9a8 (diff) | |
Ajout d'un raccourci pour refermer un article.
https://github.com/marienfressinaud/FreshRSS/issues/256
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php index 2856bb89f..51b0ebaca 100755 --- a/app/controllers/configureController.php +++ b/app/controllers/configureController.php @@ -337,7 +337,7 @@ 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'); + 'prev_entry', 'next_page', 'prev_page', 'collapse_entry'); if (Request::isPost ()) { $shortcuts = Request::param ('shortcuts'); |
