maaike's code samples
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
window.onload = init;
|
||||
|
||||
function init() {
|
||||
console.dir(navigator.geolocation);
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user