Skip to content

Commit

Permalink
Bigblow: Quitting the review panel (from Axel Kielhorn)
Browse files Browse the repository at this point in the history
Closes: fniessen#111
  • Loading branch information
fniessen committed Aug 31, 2021
1 parent 77b8a5f commit 2d0a83a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles/bigblow/js/hideshow.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -310,15 +310,17 @@ function hsAddReviewingPanels() {
+ '(out of ' + nbReviewTotalTasks + ' tasks)<br>'
+ 'Shortcuts: '
+ '<span class="hsReviewButton" onclick="hsReviewTaskNext()">r (next)</span> - '
+ '<span class="hsReviewButton" onclick="hsReviewTaskPrev()">R (previous)</span>'
+ '<span class="hsReviewButton" onclick="hsReviewTaskPrev()">R (previous)</span><br>'
+ '<span class="hsReviewButton" onclick="hsReviewTaskPrev()">q (quit)</span>'
+ '</div>');
}
else {
$(this).prepend('<div class="hsReviewingPanel hsUnselectable">No task to review<br>'
+ '(out of ' + nbReviewTotalTasks + ' tasks)<br>'
+ 'Shortcuts: '
+ '<span class="hsReviewButton" onclick="hsReviewTaskNext()">r (next)</span> - '
+ '<span class="hsReviewButton" onclick="hsReviewTaskPrev()">R (previous)</span>'
+ '<span class="hsReviewButton" onclick="hsReviewTaskPrev()">R (previous)</span><br>'
+ '<span class="hsReviewButton" onclick="hsReviewTaskPrev()">q (quit)</span>'
+ '</div>');
}
});
Expand Down

0 comments on commit 2d0a83a

Please sign in to comment.