mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Scroll to the top page after processing a question
This commit is contained in:
parent
e57c18a4d9
commit
76a6941945
@ -578,6 +578,7 @@ function processAnswer() {
|
||||
$('#proceed button').focus();
|
||||
|
||||
updateHistoryView(log);
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
function shakeInputArea() {
|
||||
|
Loading…
Reference in New Issue
Block a user