diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-28 09:46:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-28 09:46:45 +0200 |
commit | 9f3fad6e1f67bd0617c4002563c140407bc13ffb (patch) | |
tree | 39ffbc0c32244912bcc203a32e45eeec64e551da /program/js/app.js | |
parent | 54185837c83bf93ff2d971b986ac13530c1e840b (diff) |
Revert unintentional change
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js index 968e63908..2451a6d3d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -857,9 +857,9 @@ function rcube_webmail() else if (this.task == 'settings' && (this.env.identities_level % 2) == 0 && (input = $("input[name='_email']", form)) && input.length && !rcube_check_email(input.val()) ) { -// alert(this.get_label('noemailwarning')); + alert(this.get_label('noemailwarning')); input.focus(); -// break; + break; } // clear empty input fields |