js utility extension rename
This commit is contained in:
parent
bcdf63ed70
commit
dd4cd6d6ae
|
|
@ -45,7 +45,7 @@ function parseHtml(html, limit, object, message, singleObject=false) {
|
||||||
marker += html.charAt(d);
|
marker += html.charAt(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
//start the real fun
|
//where we handle the data O_O
|
||||||
//using replace instead of replaceAll for compatibility
|
//using replace instead of replaceAll for compatibility
|
||||||
if (!functionCall) {
|
if (!functionCall) {
|
||||||
buffer = buffer.replace(marker, objectData[marker.substring(1, marker.length - 1)]); //replace marker with data from the object
|
buffer = buffer.replace(marker, objectData[marker.substring(1, marker.length - 1)]); //replace marker with data from the object
|
||||||
Loading…
Reference in New Issue