Predefinição:MARCtags: mudanças entre as edições

sem sumário de edição
imported>Jaideraf
mSem resumo de edição
imported>Jaideraf
Sem resumo de edição
// Now that we've selected the anchor text, execute the copy command
let successful = document.execCommand('copy');
let msg = (successful ? 'com sucesso' : 'sem sucesso');
console.log('O registros foi copiado ' + msg);
} catch(err) {
Usuário anônimo