diff options
author | Struan Donald <struan@exo.org.uk> | 2013-03-04 12:40:56 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-03-04 13:44:42 +0000 |
commit | c0cf7ff7af42baf92f2c90612dd606223858e9c4 (patch) | |
tree | a2047626e6a4bc38e14704ceb1660a1584f9d317 | |
parent | a87fdaec70e12fccabdb0c0c02883e93869e8bcf (diff) |
remove unused href
-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 ef392f7..042122e 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="photo-next-btn" 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"> |