Skip to content
Snippets Groups Projects
Commit ab995217 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

comsetic change... also, the previous commit may have technically been a...

comsetic change... also, the previous commit may have technically been a bugfix. I don't think the bracket was supposed to be there without a leading forward slash
parent c99c249a
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ function escapeRegExp(string){
// $& means the whole matched string
return string.replace(/[.*+?^${}()|\[\]\\]/g, "\\$&");
}
function console_find_text(evt, callback) {
var console_text = document.getElementById("p1"),
wrap_tag = "mark",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment