summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/js/personal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js
index 3b876467756..ef261b50bbc 100644
--- a/settings/js/personal.js
+++ b/settings/js/personal.js
@@ -163,7 +163,7 @@ $(document).ready(function(){
});
- $('#email').keyup(function(){
+ $('#email').keyup(function(event){
if ($('#email').val() !== '' ){
// if this is the enter key changeEmailAddress() is already invoked
// so it doesn't need to be triggered again