This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
registerPlugin({ | |
init: function() { | |
if(!navigator.geolocation) { | |
try { | |
navigator.geolocation = google.gears.factory.create("beta.geolocation"); | |
} catch(e) { | |
// Not found Gears. | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// apppend this file after ssl.js | |
twitterURL = 'http://mobile.twitter.com/'; |
NewerOlder