mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix world info screen and bump application.js version
This commit is contained in:
@ -466,6 +466,7 @@ function enterWiMode() {
|
||||
hide([button_actback, button_actmem, button_actretry, game_text]);
|
||||
show([wi_menu]);
|
||||
disableSendBtn();
|
||||
$("#gamescreen").addClass("wigamescreen");
|
||||
}
|
||||
|
||||
function exitWiMode() {
|
||||
@ -474,6 +475,7 @@ function exitWiMode() {
|
||||
hide([wi_menu]);
|
||||
show([button_actback, button_actmem, button_actretry, game_text]);
|
||||
enableSendBtn();
|
||||
$("#gamescreen").removeClass("wigamescreen");
|
||||
scrollToBottom();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user