From 76a6941945e721e48d2f5d5bd61d0c2e343af7b4 Mon Sep 17 00:00:00 2001 From: toxinu Date: Sun, 10 Oct 2021 20:36:09 +0000 Subject: [PATCH] Scroll to the top page after processing a question --- conjugation/drill.js | 1 + 1 file changed, 1 insertion(+) diff --git a/conjugation/drill.js b/conjugation/drill.js index 14d0ebb..3eb930c 100755 --- a/conjugation/drill.js +++ b/conjugation/drill.js @@ -578,6 +578,7 @@ function processAnswer() { $('#proceed button').focus(); updateHistoryView(log); + window.scrollTo(0, 0); } function shakeInputArea() {