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 |
||
| (5 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1:
/* jshint esversion:
function main() {
// calling main functions
rmHtmlTags();
// addBtn.addEventListener('click', () => {▼
// Como instâncias do formulário são criadas pelo botão "Adicionar campo",
Linha 27 ⟶ 21:
if (newNodes.length !== 0) {
// if there are new nodes added
makeMarcFieldHelpLink();
authorityLinks();
}
});
Linha 59 ⟶ 52:
}
// for no obvious reason to me, the first call to the "main" function is not
// occurring, so wait 3 seconds and call it anyway.
| |||