summaryrefslogtreecommitdiff
path: root/js/codeq/login.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-10-13 17:03:33 +0200
committerRobert Zorko <robertz@gurucue.com>2015-10-13 17:03:33 +0200
commit9f5bcf0217be9400b2ee012577c4d5a44a44c3cc (patch)
tree2423c234affe9acff841918ff160678bf382007d /js/codeq/login.js
parente0db123e858bbac40acd66aa43f77b0c2d98a039 (diff)
disabled using the browser navigation button to jump back to a screen after logout and fixed a small display error where the banner would say 'signed in' twice
Diffstat (limited to 'js/codeq/login.js')
-rw-r--r--js/codeq/login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/login.js b/js/codeq/login.js
index 62d15b4..a3158ae 100644
--- a/js/codeq/login.js
+++ b/js/codeq/login.js
@@ -66,7 +66,7 @@
formInputs.off('keyup');
//$('#modalLogIn').modal('hide');
$("#screen_login").css('display', 'none');
- $('#signed-in-title').html('Signed in as '+$('#username').val());
+ $('#signed-in-title').html($('#username').val());
$("#password").val('');
//re-enable the click listener
$('#navigation-home').on('click', function(e){