regex: update for new popup
| @@ -276,7 +276,7 @@ async function onRegexEditorOpenClick(existingId, isScoped) { | ||
| 276 | 276 | editorHtml.find('input, textarea, select').on('input', updateTestResult); |
| 277 | 277 | updateInfoBlock(editorHtml); |
| 278 | 278 | |
| 279 | 279 | const popupResult = await callPopupcallGenericPopup(editorHtml, 'confirm'POPUP_TYPE.CONFIRM, undefined'', { okButton: t`Save`, cancelButton: t`Cancel`, allowVerticalScrolling: true }); |
| 280 | 280 | if (popupResult) { |
| 281 | 281 | const newRegexScript = { |
| 282 | 282 | id: existingId ? String(existingId) : uuidv4(), |