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

Sites Pertecentes a (o) BA

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 3 73 80 299
73 <![CDATA[<script> var urlAtual = "http://www.ordempublica.salvador.ba.gov.br/index.php/servicos/iluminacao-publica"; </script>]]>
80 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-51568122-6'); </script>]]>
299 <![CDATA[<script> var url_atual = window.location.href; //console.log(url_atual); //console.log("http://www.ordempublica.salvador.ba.gov.br/"); if(url_atual == "http://www.ordempublica.salvador.ba.gov.br/" || url_atual == "http://www.ordempublica.salvador.ba.gov.br/"+"index.php"){ $('#exampleModal2').modal('show'); var maskHeight = jQuery(document).height(); var maskWidth = jQuery(window).width(); jQuery('#mask').css({'width':maskWidth,'height':maskHeight}); jQuery('#mask').fadeIn(1000); jQuery('#mask').fadeTo("slow",0.7); //Get the window height and width var winH = jQuery(window).height(); var winW = jQuery(window).width(); jQuery('#dialog2').css('top', winH/2-$('#dialog2').height()/2); jQuery('#dialog2').css('left', winW/2-$('#dialog2').width()/2); jQuery('#dialog2').fadeIn(2000); } jQuery('.window .close').click(function (e) { e.preventDefault(); jQuery('#mask').hide(); jQuery('.window').hide(); }); </script>]]>