Some js are printing a strange number on my page

Asked

Viewed 46 times

0

Some Javascript or js is printing a strange number right at the bottom of the page on website here.

inserir a descrição da imagem aqui

I have tried to remove 1 java script at a time, but I did not find the cause of it,

Is it the very thing jquery that this strange number appears?

Has anyone ever been through it or knows what it is and can guide me?

  • 2

    I’d say it’s on the server side... you’re using PHP?

  • yes php 5.3 , but it came out of nowhere without any changes being made

  • really mujito strange this, this div in layout html is just below the body tag

  • https://www.dropbox.com/s/7o3a4rj6p2pyy0m/Captura%20de%20tela%202016-08-26%2018.00.41.png? dl=0

  • look at the source Cod where the number appears https://www.dropbox.com/s/27v0bonue9jvxqh/Captura%20de%20tela%202016-08-26%2018.48.15.png? dl=0

1 answer

2

I managed to solve the problem

opencart has in the header a function that prints the Analytics user in \catalog\view\theme\yourtheme\template\common\header.tpl

found this here

<?php echo $google_analytics; ?>

I just commented

Browser other questions tagged

You are not signed in. Login or sign up in order to post.