From 8bf16833c4b8242a57680c8de609aab06fb3d944 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Thu, 25 Aug 2022 10:53:26 +0200 Subject: [PATCH] Fix call to next TODO review instead of quit on click Make clicking on "quit" the same as pressing 'q'. Probably a copy-paste error initially ? --- src/bigblow_theme/js/hideshow.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bigblow_theme/js/hideshow.js b/src/bigblow_theme/js/hideshow.js index 7036020..51b1ec5 100644 --- a/src/bigblow_theme/js/hideshow.js +++ b/src/bigblow_theme/js/hideshow.js @@ -311,7 +311,7 @@ function hsAddReviewingPanels() { + 'Shortcuts: ' + 'r (next) - ' + 'R (previous)
' - + 'q (quit)' + + 'q (quit)' + ''); } else { @@ -320,7 +320,7 @@ function hsAddReviewingPanels() { + 'Shortcuts: ' + 'r (next) - ' + 'R (previous)
' - + 'q (quit)' + + 'q (quit)' + ''); } });