mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
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]);
|
show([button_actback, button_actmem, button_actretry, game_text]);
|
||||||
enableSendBtn();
|
enableSendBtn();
|
||||||
$("#gamescreen").removeClass("wigamescreen");
|
$("#gamescreen").removeClass("wigamescreen");
|
||||||
scrollToBottom();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function returnWiList(ar) {
|
function returnWiList(ar) {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="static/jquery-3.6.0.min.js"></script>
|
<script src="static/jquery-3.6.0.min.js"></script>
|
||||||
<script src="static/socket.io.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.min.js"></script>
|
||||||
<script src="static/bootstrap-toggle.min.js"></script>
|
<script src="static/bootstrap-toggle.min.js"></script>
|
||||||
<script src="static/rangy-core.min.js"></script>
|
<script src="static/rangy-core.min.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user