Don't scroll to the bottom of screen when exiting world info

One of my earlier commits apparently removed the need for this.
This commit is contained in:
Gnome Ann
2021-09-28 19:03:43 -04:00
parent 8447ec44ab
commit 4961273a26
2 changed files with 1 additions and 2 deletions

View File

@ -476,7 +476,6 @@ function exitWiMode() {
show([button_actback, button_actmem, button_actretry, game_text]);
enableSendBtn();
$("#gamescreen").removeClass("wigamescreen");
scrollToBottom();
}
function returnWiList(ar) {