Remove redundant version check
| @@ -11212,7 +11212,6 @@ jQuery(async function () { | ||
| 11212 | 11212 | selected_button = 'characters'; |
| 11213 | 11213 | $('#rm_button_selected_ch').children('h2').text(''); |
| 11214 | 11214 | select_rm_characters(); |
| 11215 | - await getClientVersion(); | |
| 11216 | 11215 | await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId()); |
| 11217 | 11216 | } else { |
| 11218 | 11217 | toastr.info('Please stop the message generation first.'); |