do the onedit pattern check simply

This commit is contained in:
craftxbox
2019-11-04 18:46:23 -03:30
parent 381edabb00
commit ea8472f038
+2
View File
@@ -1103,7 +1103,9 @@ $(function() {
}
setHighlightColor();
}
regexHasError = false; //they changed the regex so it might be valid now
internalOutput('<span class="internal boldnshit">Highlights have been updated.</span>',"internal") // simplest way to test if pattern works, why reinvent the wheel?
var $popup = $('#highlightPopup').closest('.popup');
$popup.remove();