MediaWiki:MarcEditorDynamicLinks.js: mudanças entre as edições
Conteúdo deletado Conteúdo adicionado
Sem resumo de edição |
Sem resumo de edição |
||
Linha 20:
if (newNodes.length !== 0) {
// if there are new nodes added
makeMarcFieldHelpLink();
authorityLinks();
}
});
Linha 61 ⟶ 59:
document.addEventListener("DOMContentLoaded", function(event) {
main();
});
Linha 68 ⟶ 64:
// for no obvious reason to me, the first call to the "main" function is not
// occurring, so wait 3 seconds and call it anyway.
| |||