Links within the page does not open or work [closed]

closed. this question is out of scope and is not currently accepting answers.

want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 1 year ago .

improve this question

Guys, I went up a page on the client site, the page is ok, but the links do not work, when they click, I have changed the htaccess of the site, I put even a link on the site that goes straight to the site of google, but it still does not work.

This is the site http://biliato.com.br/informacoes/mapa-do-site

Can someone give me a light, than can it be ?

Author: Felipe Godoy, 2019-07-13

1 answers

This js code on your page is to blame:

$(function() {
  $('a').on('click', function() {
    return false;
  });
});
 1
Author: fernandoandrade, 2019-07-13 03:51:00