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:
parent
8447ec44ab
commit
4961273a26
|
@ -476,7 +476,6 @@ function exitWiMode() {
|
|||
show([button_actback, button_actmem, button_actretry, game_text]);
|
||||
enableSendBtn();
|
||||
$("#gamescreen").removeClass("wigamescreen");
|
||||
scrollToBottom();
|
||||
}
|
||||
|
||||
function returnWiList(ar) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue