alecpl
2009-04-20 74a2d7a126bd9b36244541557ed2c8499ac5a777
- fix Enter key handler in user login input


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -348,7 +348,7 @@
      case 'login':
        var input_user = $('#rcmloginuser');
        input_user.bind('keypress', function(e){ return rcmail.login_user_keyup(e); });
        input_user.bind('keyup', function(e){ return rcmail.login_user_keyup(e); });
        
        if (input_user.val() == '')
          input_user.focus();