Atualização no js

This commit is contained in:
Alvino Rodrigues 2019-06-03 14:15:16 -03:00
parent 87505c8bd1
commit 106f914583
1 changed files with 31 additions and 27 deletions

View File

@ -127,6 +127,9 @@ jQuery( document ).ready(function( $ ) {
* ACESSIBILIDADE
*/
var $barra = jQuery('.accessibility-bar');
if ($barra.length > 0) {
accessibilityCounter = 0;
jQuery('.button-text-minus').on('click',function() {
@ -159,6 +162,7 @@ jQuery( document ).ready(function( $ ) {
jQuery('.button-high-contrast').on('click',function() {
jQuery('body').toggleClass('contraste');
});
}
/*
* ADICIONANDO JS NÃO OBSTRUSIVO