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() {