From 0d7a4230775e65bb75f2b596dcdc5f37ec0878e6 Mon Sep 17 00:00:00 2001 From: AndrewPoppe Date: Tue, 12 Dec 2023 16:17:46 -0500 Subject: [PATCH] Undo highlight removal behavior --- api_user_rights.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/api_user_rights.js b/api_user_rights.js index 8e24db3..e6d74fe 100644 --- a/api_user_rights.js +++ b/api_user_rights.js @@ -499,13 +499,4 @@ $(document).ready(function () { $(el).html($(el).text().replace(regex, '$1')); }); }); - $("#aur-filter-methods").on("blur", function () { - const markRegex = new RegExp('(.*?)', 'gi'); - $('#editorForm label').each((i, el) => { - $(el).html($(el).text().replace(markRegex, '$1')); - }); - $('#editorForm .card-header').each((i, el) => { - $(el).html($(el).text().replace(markRegex, '$1')); - }); - }); }); \ No newline at end of file