Content deleted Content added
check for existence of p-land and its hyperlinks |
simple debugging |
||
Line 395:
}
alert_string += "This page has " + num_hyperlinks + "interwiki hyperlinks.\n\n";
window.alert(alert_string);
return;
hyperlink_counter = 0;
if (num_hyperlinks > 45) { num_hyperlinks = 45; }
|