aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/mobile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js
index a33d621..a9a59a7 100644
--- a/www/js/mobile.js
+++ b/www/js/mobile.js
@@ -418,7 +418,7 @@ function display_account_page() {
$('#form_sign_in_only').show();
localStorage.signed_out = null;
}
- if ( localStorage.name ) {
+ if ( localStorage.username ) {
$('#user-meta').html('<p>You are signed in as ' + localStorage.username + '.</p>');
$('#form_sign_in_only').hide();
$('#forget_button').show();