diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-19 12:57:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-19 12:57:53 +0100 |
commit | 2650dd29e2280070e2d8e9db7d7f8ead71f23ebc (patch) | |
tree | 65aed931d5c9e04eeb2fdea0f0f5d0417b3521eb /phonegap/www/index.html | |
parent | a226480e274e41eca225a29402684958e5088482 (diff) |
change sign in/sign out to be an account page
only use one page for sign in/sign out
Diffstat (limited to 'phonegap/www/index.html')
-rw-r--r-- | phonegap/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phonegap/www/index.html b/phonegap/www/index.html index cc85172b8..40787ac37 100644 --- a/phonegap/www/index.html +++ b/phonegap/www/index.html @@ -89,7 +89,7 @@ </div> <div class="big-green-banner mobile-map-banner mobile-sign-in-banner"> - <a id="sign_in" href="sign_in.html">Sign In</a><a id="sign_out" href="#" onclick="sign_out();">Sign Out</a> + <a id="account" href="account.html">Account</a> </div> </div> <!-- .wrapper --> |