User:Proteins/quickdiffs.js: Difference between revisions

Content deleted Content added
Proteins (talk | contribs)
more debugging, added check that diff table body exists
Proteins (talk | contribs)
variable typo in reporting routine
Line 168:
// Report the results
alert_string = "";
alert_string = "This diffarticles has " + num_table_rowsnum_diff_table_rows + " tablelines rowsin its difference table.\n\n";
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);