Skip to content

Commit

Permalink
Remove console.log and change por for pela.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldomatias committed Jan 9, 2020
1 parent 1203056 commit ee6f59f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -604,11 +604,9 @@

var $mobileMenuItems = document.querySelectorAll(".primary-menu.active-mobile ul li a");
[].forEach.call($mobileMenuItems, function($mobileMenuEach) {
console.log(1);
$mobileMenuEach.addEventListener("click", ()=>{
var $mobileMenu = document.querySelector(".primary-menu.active-mobile");
$mobileMenu.classList.remove("active-mobile");
console.log(1);
});
});

Expand Down Expand Up @@ -782,7 +780,7 @@ <h3>5 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum conseq
</nav>

<div class="credits">
<span>Desenvolvido por </span><a class="brasa" href="https://brasa.art.br/"></a><span> com </span><a class="wordpress" href="https://brasa.art.br/category/dicas-e-truques-wordpress/">WordPress</a>
<span>Desenvolvido pela </span><a class="brasa" href="https://brasa.art.br/"></a><span> com </span><a class="wordpress" href="https://brasa.art.br/category/dicas-e-truques-wordpress/">WordPress</a>
</div><!-- /.credits -->

</div><!-- /.container -->
Expand Down

0 comments on commit ee6f59f

Please sign in to comment.