MediaWiki:MarcEditorDynamicLinks.js: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
if (newNodes.length !== 0) {
// if there are new nodes added
console.log('observer before:', newNodes.length);
makeMarcFieldHelpLink();
authorityLinks();
console.log('observer after');
}
});
 
document.addEventListener("DOMContentLoaded", function(event) {
makeMarcFieldHelpLink();
authorityLinks();
main();
});
// for no obvious reason to me, the first call to the "main" function is not
// occurring, so wait 3 seconds and call it anyway.
// setTimeout(main, 3000);

Menu de navegação