Reply To: Using map as input device for other field?

Home Forums MapPress Support Using map as input device for other field? Reply To: Using map as input device for other field?

#11256
Gertkok
Participant

I replaced the last line of geolocator.js:

google.maps.event.addDomListener(window, ‘load’, wida_homePosition);

 

with these 3, which give me a better result. The map is shown at the page.
jQuery(document).ready(function() {
wida_homePosition();
});