From 8b377759ee726d05383b257974e908bd9203af41 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen Date: Wed, 11 Nov 2020 14:49:05 +0100 Subject: [PATCH] Bigblow: Quitting the review panel (from Axel Kielhorn) Closes: #111 --- styles/bigblow/js/hideshow.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/styles/bigblow/js/hideshow.js b/styles/bigblow/js/hideshow.js index 72684d8..7036020 100644 --- a/styles/bigblow/js/hideshow.js +++ b/styles/bigblow/js/hideshow.js @@ -1,6 +1,6 @@ // hideshow.js --- HideShow JS file // -// Copyright (C) 2014 All Right Reserved, Fabrice Niessen +// Copyright (C) 2014-2020 All Right Reserved, Fabrice Niessen // // This file is free software: you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -310,7 +310,8 @@ function hsAddReviewingPanels() { + '(out of ' + nbReviewTotalTasks + ' tasks)
' + 'Shortcuts: ' + 'r (next) - ' - + 'R (previous)' + + 'R (previous)
' + + 'q (quit)' + ''); } else { @@ -318,7 +319,8 @@ function hsAddReviewingPanels() { + '(out of ' + nbReviewTotalTasks + ' tasks)
' + 'Shortcuts: ' + 'r (next) - ' - + 'R (previous)' + + 'R (previous)
' + + 'q (quit)' + ''); } });