Remove redundant version check

241f718df7520e9e61e6e899f99346e716c3f80e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -1Ignore whitespace
public/script.js+0 -1
@@ -11212,7 +11212,6 @@ jQuery(async function () {
11212 selected_button = 'characters';11212 selected_button = 'characters';
11213 $('#rm_button_selected_ch').children('h2').text('');11213 $('#rm_button_selected_ch').children('h2').text('');
11214 select_rm_characters();11214 select_rm_characters();
11215 await getClientVersion();
11216 await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());11215 await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
11217 } else {11216 } else {
11218 toastr.info('Please stop the message generation first.');11217 toastr.info('Please stop the message generation first.');