Changeset 644110
- Timestamp:
- 12/24/2012 03:17:44 PM (13 years ago)
- File:
-
- 1 edited
-
fi-geolocation/trunk/js/showme-where.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fi-geolocation/trunk/js/showme-where.js
r643762 r644110 58 58 var cancelDisappear = false; 59 59 60 61 google.maps.event.addListener(popup_map, "click", function() { 62 window.open("http://maps.google.com/maps?ll=" + popup_map.getCenter().lat() + "," + popup_map.getCenter().lng() + "&z=" + popup_map.getZoom() + "&q=to+location@" + popup_map.getCenter().lat() + "," + popup_map.getCenter().lng()); 63 }); 60 64 61 65 $j('.fi-showme-where-link').mouseover(function(event) {
Note: See TracChangeset
for help on using the changeset viewer.