js utility extension rename

This commit is contained in:
Austin 2021-11-21 05:15:14 -05:00
parent bcdf63ed70
commit dd4cd6d6ae
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function parseHtml(html, limit, object, message, singleObject=false) {
marker += html.charAt(d);
}
//start the real fun
//where we handle the data O_O
//using replace instead of replaceAll for compatibility
if (!functionCall) {
buffer = buffer.replace(marker, objectData[marker.substring(1, marker.length - 1)]); //replace marker with data from the object