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

Sites Pertecentes a (o) CE

Endereço Nota Erros Avisos

cat.sefin.fortaleza.ce.gov.br/component/banners/clic
k/2

71.36 27 213
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 4 756 776 783 796
756 <![CDATA[<script> window.onscroll = function () { myFunction() }; var header = document.getElementById("myHeader"); var sticky = header.offsetTop; function myFunction() { var sPath = window.location.pathname; sPath.indexOf("atendimento/contato"); //sPath.indexOf("atendimento/contato") != 1; if (sPath.indexOf("atendimento/contato") != 1) { if (window.pageYOffset > sticky) { header.classList.add("sticky"); } else { header.classList.remove("sticky"); } } } </script>]]>
776 <![CDATA[<script> $(document).ready(function () { $('.select2').select2({ "language": "pt-BR" }); }); </script>]]>
783 <![CDATA[<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2221285-1']); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>]]>
796 <![CDATA[<script> //$(function () { // $('#modalBanner').modal('show'); //}); if ($('#guiches').length) { $('#right-col').hide(); }; </script>]]>