From 85b898c623ae09d5caa88041bd8ceb26d4f1defc Mon Sep 17 00:00:00 2001 From: stysebae <32852093+stysebae@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:46:39 +0200 Subject: Add shortcut to jump to next unread article (issue #3393) (#3891) * Add shortcut to jump to next unread article * phpcbf Co-authored-by: Alexandre Alapetite --- app/views/helpers/javascript_vars.phtml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/helpers/javascript_vars.phtml') diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index c6600a9a8..232068da1 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -28,6 +28,7 @@ echo htmlspecialchars(json_encode(array( 'go_website' => @$s['go_website'], 'prev_entry' => @$s['prev_entry'], 'next_entry' => @$s['next_entry'], + 'next_unread_entry' => @$s['next_unread_entry'], 'skip_prev_entry' => @$s['skip_prev_entry'], 'skip_next_entry' => @$s['skip_next_entry'], 'first_entry' => @$s['first_entry'], -- cgit v1.2.3