Hi Daniel: But that code has always been there...is the Google analytics code script
Checking on firebug i get this:
$('newestSpotId').innerHTML = (cat_e...').innerHTML).replace(/\(\d+\)/g,''); in hotspots.js line 227
Any thoughts?
I´m checking markers one by one, but i can´t find anything odd
Re: Reinstalled hotspots & am getting the "loading" not disappearing prob
Hey Jose,
You have a javascript error on your page. Just by looking at it, I'm unable to understand why it happens - because the line of code should work!
However what I see on your page is that you have invalid html - fix this first and most probably the problem is going to disappear.
For example
Code:
var _gaq = _gaq || [];
_gaq.push();
_gaq.push();
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
This isn't in the head of the page, neither it is in the body = invalid!
And please start your own thread on the forum for this.