From 241f718df7520e9e61e6e899f99346e716c3f80e Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 13 May 2025 20:37:15 +0300 Subject: [PATCH] Remove redundant version check --- public/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/script.js b/public/script.js index 04f70b8c1..6f77e0f53 100644 --- a/public/script.js +++ b/public/script.js @@ -11212,7 +11212,6 @@ jQuery(async function () { selected_button = 'characters'; $('#rm_button_selected_ch').children('h2').text(''); select_rm_characters(); - await getClientVersion(); await eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId()); } else { toastr.info('Please stop the message generation first.');