mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
repared typo
This commit is contained in:
parent
e1fae1a836
commit
135ce4a3c5
@ -41,11 +41,11 @@ function send_message(service_name, parameters){
|
||||
}
|
||||
globals.bot_msg.setSender(msg.bot);
|
||||
globals.bot_msg.setID(msg.response_id);
|
||||
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please satnd by...`;
|
||||
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please stand by...`;
|
||||
});
|
||||
|
||||
socket.on('waiter', function(msg) {
|
||||
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please satnd by...`;
|
||||
globals.bot_msg.messageTextElement.innerHTML = `Generating answer. Please stand by...`;
|
||||
});
|
||||
|
||||
socket.on('message', function(msg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user