I have a start zoom problem. It shows the earth three times even if I have already set the start zoom at 11. Any suggestions? The structure is one category and 10 hotspots and I have installed the core version. When I am loading the page I receive this error "mootools-core.js (line 164)"
"&":"?")+c);c=null}var j=this.xhr;if(a){j.onloadstart=this.loadstart.bind(this);j.onprogress=this.progress.bind(this)}j.open(b.toUpperCase(),d,this.options.async,this.options.user,this.options.password);if(this.options.user&&"withCredentials"in j)j.withCredentials=true;j.onreadystatechange=this.onStateChange.bind(this);Object.each(this.headers,function(a,b){try{j.setRequestHeader(b,a)}catch(c){this.fireEvent("exception",[b,a])}},this);this.fireEvent("request");j.send(c);if(this.options.async){if(this.options.timeout)this.timer=
that is the code in line 164. Is this really the problem? I know that there is a conflict between jquery and mootools that are enabled in frontage but why that conflict affects the startzoom only?