diff options
author | till <till@php.net> | 2008-02-21 16:01:06 +0000 |
---|---|---|
committer | till <till@php.net> | 2008-02-21 16:01:06 +0000 |
commit | 0f675bc25943d4c6931676f369abfd1b9966e000 (patch) | |
tree | a1ffe7c94dc8b6504d373a98517dc2ce97419b17 /program | |
parent | 3e33aad728165c2ca18f82bc43fef1380d22240b (diff) |
* committed patch by Dalibor Andzakovic
Diffstat (limited to 'program')
-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 0509395dc..839ea5be1 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -311,8 +311,8 @@ function rcube_webmail() break; case 'login': - var input_user = rcube_find_object('_user'); - var input_pass = rcube_find_object('_pass'); + var input_user = rcube_find_object('rcmloginuser'); + var input_pass = rcube_find_object('rcmloginpwd'); if (input_user) input_user.onkeypress = function(e){ return rcmail.login_user_keypress(e); }; if (input_user && input_user.value=='') |