Content deleted Content added
more debugging, added check that diff table body exists |
variable typo in reporting routine |
||
Line 168:
// Report the results
alert_string = "";
alert_string = "This
alert_string += "The newer version of this article has " + num_additions + " additions, " + num_deletions + " deletions, and " + num_replacements + " replacements.\n\n";
window.alert(alert_string);
|