Geolocation: Restored details alert() within Google Map
| /trunk/index.phtml |
|---|
| 562,6 → 562,10 |
| strokeColor: "white", |
| strokeOpacity: 0.5 |
| }); |
| circle.addListener("click", function () { |
| window.alert("<?php echo tr('Your current coordinates on Terra'); ?>\n\n" |
| + jsx.dom.geolocation.getText(jsx.dom.geolocation.position)); |
| }); |
| } |
| } |
| else |