diff --git a/AlphalandUtilityJsSource.txt b/AlphalandUtilityJsSource.js similarity index 99% rename from AlphalandUtilityJsSource.txt rename to AlphalandUtilityJsSource.js index 30db517..876242c 100644 --- a/AlphalandUtilityJsSource.txt +++ b/AlphalandUtilityJsSource.js @@ -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