diff options
| author | 2013-11-28 23:46:56 +0100 | |
|---|---|---|
| committer | 2013-11-28 23:46:56 +0100 | |
| commit | 69662117a31bed413d71a4636257fcd44a51384d (patch) | |
| tree | b06d04449cf28e6e17cb0e1f02e829b04a09a00a /app/models/RSSConfiguration.php | |
| parent | 7e65c6b7829cacf371fcece074d4655e15259e7e (diff) | |
Ajoute raccourci load more
Permet de charger les articles suivants en appuyant sur "m" (par défaut)
Diffstat (limited to 'app/models/RSSConfiguration.php')
| -rwxr-xr-x | app/models/RSSConfiguration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/RSSConfiguration.php b/app/models/RSSConfiguration.php index fe6cd48d3..37f26b1dd 100755 --- a/app/models/RSSConfiguration.php +++ b/app/models/RSSConfiguration.php @@ -343,6 +343,7 @@ class RSSConfigurationDAO extends Model_array { 'next_entry' => 'j', 'prev_entry' => 'k', 'collapse_entry' => 'c', + 'load_more' => 'm' ); public $mail_login = ''; public $mark_when = array ( |
