diff options
author | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:49:11 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-02-28 17:51:16 +0000 |
commit | d9ac9c1ac9dd8c491a40ae403d80e8cc5d5c78ba (patch) | |
tree | 906936b9788a2fa0bbeaa2a658d4b6dc817406dc | |
parent | 89b899ecef43855126cb6c6491f6c4a90b2bf022 (diff) |
remove href and add an id to skip button
-rw-r--r-- | www/templates/en/photo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/photo.html b/www/templates/en/photo.html index ed27929..580c83e 100644 --- a/www/templates/en/photo.html +++ b/www/templates/en/photo.html @@ -1,6 +1,6 @@ <div data-role="header" data-position="fixed" > <h1>Add Photo</h1> - <a href="details.html" id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a> + <a id="next" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a> </div> <div class="container" data-enhance="false"> <div class="content" role="main"> |