mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Fixed typo
This commit is contained in:
parent
2a1704add0
commit
3092c68a05
@ -9216,7 +9216,7 @@ jQuery(async function () {
|
||||
if (selected_group) {
|
||||
await createNewGroupChat(selected_group);
|
||||
if (isDelChatCheckbox) await deleteGroupChat(selected_group, chat_file_for_del);
|
||||
await eventSource.emit(event_types.GROUP_CHAT_DELETED);
|
||||
await eventSource.emit(event_types.GROUP_CHAT_CREATED);
|
||||
}
|
||||
else {
|
||||
//RossAscends: added character name to new chat filenames and replaced Date.now() with humanizedDateTime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user