;

Project: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/f4c3aad2
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/f4c3aad2
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/f4c3aad2

Branch: refs/heads/master
Commit: f4c3aad20639fa36a02e5fad4bd71326b43c10c8
Parents: 73d4a4f
Author: Jesse MacFadyen <purplecabb...@gmail.com>
Authored: Sun Jul 15 04:00:05 2012 -0700
Committer: Jesse MacFadyen <purplecabb...@gmail.com>
Committed: Sun Jul 15 04:00:05 2012 -0700

----------------------------------------------------------------------
 location/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/f4c3aad2/location/index.html
----------------------------------------------------------------------
diff --git a/location/index.html b/location/index.html
index eb5b685..8b1e681 100755
--- a/location/index.html
+++ b/location/index.html
@@ -142,6 +142,6 @@ var date = (new Date(p.timestamp));
     <a href="javascript:" class="btn large" 
onclick="watchLocation(cordova.require('cordova/plugin/geolocation'));">Start 
Watching Location</a>
     <a href="javascript:" class="btn large" 
onclick="stopLocation(cordova.require('cordova/plugin/geolocation'));">Stop 
Watching Location</a>
     <a href="javascript:" class="btn large" 
onclick="getLocation(cordova.require('cordova/plugin/geolocation'), 
{maximumAge:30000});">Get Location Up to 30 Seconds Old</a>
-    <h2>&nbsp</h2><a href="javascript:" class="backBtn" 
onclick="backHome();">Back</a>    
+    <h2>&nbsp;</h2><a href="javascript:" class="backBtn" 
onclick="backHome();">Back</a>    
   </body>
 </html>      

Reply via email to