User:Proteins/quickdiffs.js: Difference between revisions

Content deleted Content added
Proteins (talk | contribs)
add error messages
Proteins (talk | contribs)
m missing single quote
Line 45:
 
// Check that there is exactly one table on this page with the className "diff"
body_content = document.getElementById('bodyContent');
if (!body_content) {
alert_string = "ERROR: This article has no bodyContent element.";