Functions from other apps?

There’s some lines in the Snippet that look like this:

f.action=“https://geopointe.”; + server + “.force.com/apex/Map”;
alert(f.action);
f.method = “post”;


Try changing them to:


f.action=“https://theicecreambar–geopointe.”; + server + “.force.com/apex/Map”;
alert(f.action);
f.method = “post”;


and see if that helps