Goonchat Update

This commit is contained in:
Archie
2021-01-08 07:50:51 -03:00
parent 78da9a5a12
commit 9fc02e6cde
6 changed files with 95 additions and 315 deletions
@@ -228,7 +228,7 @@ function highlightTerms(el) {
console.log(newWord)
}
newText += newWord || words[w].replace("<", "&lt;");
newText += w >= words.length ? '' : ' ';
newText += w >= words.length - 1 ? '' : ' ';
}
} else { //Every other type of element
newText += outerHTML(el.childNodes[c]);