parent
e517e642be
commit
c196e59e88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue