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

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
document.addEventListener('DOMContentLoaded', 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);