diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-26 10:47:28 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-26 10:47:28 +0100 |
commit | 71d689b6b43f1632aaba62e9999fb8ed887aaf78 (patch) | |
tree | 0073e38fefa4f4842741842115e13a2c8bb35646 /www/index.html | |
parent | 3bfe5427d26b9b739caeafecf79b5496b13e7ef9 (diff) |
tie the locate me automatically button to front page pageshow event
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 46af1c5..fcb9c3c 100644 --- a/www/index.html +++ b/www/index.html @@ -51,7 +51,7 @@ <body id="container" class="frontpage fullwidthpage"> <!--ontouchmove="touchmove(event);">--> - <div class="wrapper" data-role="page"> + <div class="wrapper" id="front-page" data-role="page"> <div class="table-cell"> <!-- header id="site-header" role="banner"> <div class="container"> |