Re: GC Tour, o que se passa?
Pesquisa pelo nosso amigo google e encontrei a solução aqui.
Testei com o Basecamp e funcionou.
Solução procurar e comentar o o código:
- Código:
//geocache.location = $("span#ctl00_ContentBody_Location", element).first().text();
// get the country and (if exists) the state!
//if(geocache.location.indexOf(",") < 0){ // if the index of "," < 0 then the state is not given!
// geocache.state = "";
// geocache.country = $.trim(geocache.location.split("In ")[1]);
//} else {
// geocache.state = $.trim(geocache.location.split("In ")[1].split(',')[0]);
//geocache.country = $.trim(geocache.location.split("In ")[1].split(',')[1]);
//}
Será uma solução temporária que deve ter outros contras.. mas para o pretendido, funcionou.
Um abraço e boas cachadas
On.Wheels