Content deleted Content added
more careful checking for error modes |
comment out suspect code |
||
Line 419:
language_code = parent_node.className.replace(/interwiki-/, "");
English_translation = interwiki_English_names[language_code];
/*
if (!English_translation) {
alert_string += "No English translation for " + language_code + " in hyperlink " + hyperlink_index + "\n");
continue;
}
*/
hyperlink_counter++;
|