Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Atualizados

Lista dos novos sites adicionados a plataforma na última atualização

Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 1 32
32 <![CDATA[<script type="text/javascript"> const account_id = '6Lekfr8UAAAAADAdAEfiMNQm5XXXJGqe7QU3JPY6'; const sitekey = '6Lfg6A4UAAAAAHr7zwDyj1nyPzgqY6q8fEJ_-wp2' grecaptcha.ready(function () { grecaptcha.execute(account_id, { action: 'e7a411457481402b199c1091ff07dd45' }) .then(function (token) { if (document.getElementById('captcha')) { document.getElementById('captcha').value = token; $('.g-recaptcha').attr('data-sitekey', sitekey); } }); }); function expandirArvoreProcessos() { if ($('#expandir').val() != '1') { $('#expandirTudo').click(); // document.getElementById('processo_principal_acessorios').innerHTML = replaceAll('lastExpandable', 'lastCollapsable', document.getElementById('processo_principal_acessorios').innerHTML); // document.getElementById('processo_principal_acessorios').innerHTML = replaceAll('expandable', 'collapsable', document.getElementById('processo_principal_acessorios').innerHTML); // document.getElementById('processo_principal_acessorios').innerHTML = replaceAll('display: none;', 'display: block;', document.getElementById('processo_principal_acessorios').innerHTML); } $('#expandir').val("1"); } function replaceAll(find, replace, str) { while (str.indexOf(find) > -1) { str = str.replace(find, replace); } return str; } jQuery(document).ready(function ($) { setInterval(function () { expandirArvoreProcessos(); }, 1000); setInterval(function () { SetScroll(); }, 500); }); </script>]]>