diff --git a/public/scripts/extensions/regex/editor.html b/public/scripts/extensions/regex/editor.html index 31bb8eada..e10ffe678 100644 --- a/public/scripts/extensions/regex/editor.html +++ b/public/scripts/extensions/regex/editor.html @@ -1,6 +1,15 @@
-

Regex Editor

+

Regex Editor + + ? + +

+ + + Regex is a tool to find/replace strings using regular expressions. If you want to learn more, click on the ? next to the title. + +
diff --git a/public/scripts/extensions/regex/index.js b/public/scripts/extensions/regex/index.js index 2cb4c2b5b..2920386e9 100644 --- a/public/scripts/extensions/regex/index.js +++ b/public/scripts/extensions/regex/index.js @@ -171,7 +171,6 @@ async function onRegexEditorOpenClick(existingId) { // Workaround for loading in sequence with other extensions // NOTE: Always puts extension at the top of the list, but this is fine since it's static jQuery(async () => { - console.log("REGEX CALLED") // Manually disable the extension since static imports auto-import the JS file if (extension_settings.disabledExtensions.includes("regex")) { return;