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

teste
imported>Jaideraf
Sem resumo de edição
imported>Jaideraf
(teste)
text: "(?)"
});
marcFieldHelpLink.hide();
$(this).closest("table").find(".marcFieldHelpLink").html(marcFieldHelpLink);
$(this).closest("table").find("select.marcFieldHelpLink").changehover(function() {
 
// find the tag value from the chosen dropdown
marcFieldHelpLink.attr("href", "https://www.loc.gov/marc/bibliographic/bd" + tagFromDropdown + ".html");
}
marcFieldHelpLink.show();
});
});
Usuário anônimo