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

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="static/jquery-3.6.0.min.js"></script>
<script src="static/socket.io.min.js"></script>
<script src="static/application.js?ver=1.16.1a"></script>
<script src="static/application.js?ver=1.16.1b"></script>
<script src="static/bootstrap.min.js"></script>
<script src="static/bootstrap-toggle.min.js"></script>
<script src="static/rangy-core.min.js"></script>