mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove redundant version check
This commit is contained in:
@@ -11212,7 +11212,6 @@ jQuery(async function () {
|
|||||||
selected_button = 'characters';
|
selected_button = 'characters';
|
||||||
$('#rm_button_selected_ch').children('h2').text('');
|
$('#rm_button_selected_ch').children('h2').text('');
|
||||||
select_rm_characters();
|
select_rm_characters();
|
||||||
await getClientVersion();
|
|
||||||
await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
|
await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
|
||||||
} else {
|
} else {
|
||||||
toastr.info('Please stop the message generation first.');
|
toastr.info('Please stop the message generation first.');
|
||||||
|
Reference in New Issue
Block a user