summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--srs-anywhere.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/srs-anywhere.js b/srs-anywhere.js
index 0931b07..8f77f02 100644
--- a/srs-anywhere.js
+++ b/srs-anywhere.js
@@ -249,6 +249,7 @@ function rateCard(rating) {
if (rating === "forgot") {
// Shift forgotten card to end.
+ card._flagged = true;
window.cards.push(card);
window.cards.splice(window.index, 1);
loadCard(window.cards[window.index]);