summaryrefslogtreecommitdiff
path: root/app/views/helpers/javascript_vars.phtml
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2013-11-17 15:23:48 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2013-11-17 15:26:20 -0500
commitff1803e61aea1fbec607cf11acebf4106f5bbdc9 (patch)
tree04be51aa9917c17850deb6142c4459cdc9478778 /app/views/helpers/javascript_vars.phtml
parentd0a7c1e0235106609ac754c5c6e6cb481a32a9a8 (diff)
Ajout d'un raccourci pour refermer un article.
https://github.com/marienfressinaud/FreshRSS/issues/256
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
-rw-r--r--app/views/helpers/javascript_vars.phtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml
index 58cb3c5ac..e9deaf71c 100644
--- a/app/views/helpers/javascript_vars.phtml
+++ b/app/views/helpers/javascript_vars.phtml
@@ -16,7 +16,8 @@
'mark_favorite:"', $s['mark_favorite'], '",',
'go_website:"', $s['go_website'], '",',
'prev_entry:"', $s['prev_entry'], '",',
- 'next_entry:"', $s['next_entry'], '"',
+ 'next_entry:"', $s['next_entry'], '",',
+ 'collapse_entry:"', $s['collapse_entry'], '"',
"},\n";
$mail = Session::param ('mail', 'null');