Subversion Repositories LCARS

Compare Revisions

Last modification

Ignore whitespace Rev 179 → Rev 180

/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