mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
updated lite
This commit is contained in:
+6
-1
@@ -12,7 +12,7 @@ Current version indicated by LITEVER below.
|
||||
-->
|
||||
<head>
|
||||
<script id="init-config">
|
||||
const LITEVER = 307;
|
||||
const LITEVER = 308;
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
var localflag = urlParams.get('local'); //this will be replaced automatically in embedded kcpp
|
||||
const STORAGE_PREFIX = (localflag?"e_":"")+"kaihordewebui_";
|
||||
@@ -1383,6 +1383,9 @@ Current version indicated by LITEVER below.
|
||||
#btnsend.wait:hover {
|
||||
background-color: var(--theme_color_disabled_bg);
|
||||
}
|
||||
#btnsend.shrunk {
|
||||
height: calc(100% - 18px);
|
||||
}
|
||||
.showmicbig{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
@@ -17247,12 +17250,14 @@ Current version indicated by LITEVER below.
|
||||
if(!show)
|
||||
{
|
||||
document.getElementById("abortgen").classList.add("hidden");
|
||||
document.getElementById("btnsend").classList.remove("shrunk");
|
||||
document.getElementById("chat_msg_send_btn_abort").classList.add("hidden");
|
||||
document.getElementById("corpo_chat_send_btn_abort").classList.add("hidden");
|
||||
}
|
||||
else
|
||||
{
|
||||
document.getElementById("abortgen").classList.remove("hidden");
|
||||
document.getElementById("btnsend").classList.add("shrunk");
|
||||
document.getElementById("chat_msg_send_btn_abort").classList.remove("hidden");
|
||||
document.getElementById("corpo_chat_send_btn_abort").classList.remove("hidden");
|
||||
websearch_in_progress = false;
|
||||
|
||||
Reference in New Issue
Block a user