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)' + ''); } });