Skip to content

Commit

Permalink
do the onedit pattern check simply
Browse files Browse the repository at this point in the history
  • Loading branch information
craftxbox committed Nov 4, 2019
1 parent 381edab commit ea8472f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goon/browserassets/js/browserOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ea8472f

Please sign in to comment.