mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge pull request #725 from bdashore3/dev
This commit is contained in:
@@ -7236,7 +7236,6 @@ $(document).ready(function () {
|
|||||||
chat_metadata = {};
|
chat_metadata = {};
|
||||||
characters[this_chid].chat = name2 + " - " + humanizedDateTime();
|
characters[this_chid].chat = name2 + " - " + humanizedDateTime();
|
||||||
$("#selected_chat_pole").val(characters[this_chid].chat);
|
$("#selected_chat_pole").val(characters[this_chid].chat);
|
||||||
saveCharacterDebounced();
|
|
||||||
getChat();
|
getChat();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user