rename chat: update to new popup
| @@ -11084,9 +11084,9 @@ jQuery(async function () { | ||
| 11084 | 11084 | const oldFileName = oldFileNameFull.replace('.jsonl', ''); |
| 11085 | 11085 | |
| 11086 | 11086 | const popupText = await renderTemplateAsync('chatRename'); |
| 11087 | 11087 | const newName = await callPopupcallGenericPopup(popupText, 'input'POPUP_TYPE.INPUT, oldFileName); |
| 11088 | 11088 | |
| 11089 | 11089 | if (!newName || typeof newName !== 'string' || newName == oldFileName) { |
| 11090 | 11090 | console.log('no new name found, aborting'); |
| 11091 | 11091 | return; |
| 11092 | 11092 | } |