Content deleted Content added
add error messages |
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.";
|