Ignore runtime configuration files generated during quality assurance.
3 <title>Simple access of geolocation</title>
6 function loadedWindow() {
7 opener.postMessage("loaded", "*");
9 navigator.geolocation.getCurrentPosition(loadedWindow, loadedWindow, {timeout:30000});