rename chat: update to new popup

c4a44bc08dea07367fc5f091a0c9e09291675cf4

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

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -11084,9 +11084,9 @@ jQuery(async function () {
1108411084 const oldFileName = oldFileNameFull.replace('.jsonl', '');
1108511085
1108611086 const popupText = await renderTemplateAsync('chatRename');
1108711087 const newName = await callPopupcallGenericPopup(popupText, 'input'POPUP_TYPE.INPUT, oldFileName);
1108811088
1108911089 if (!newName || typeof newName !== 'string' || newName == oldFileName) {
1109011090 console.log('no new name found, aborting');
1109111091 return;
1109211092 }