mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
See ChangeLog
Monotone-Parent: 228e9770b472515d2c5ed57891aae9de3ccf23ff Monotone-Revision: fe8e342827f97f4b5f5c94322b13f8a2ec20c40d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-11-05T21:25:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,8 +32,8 @@ function initLogin() {
|
||||
submitBtn.disabled = false;
|
||||
}
|
||||
|
||||
function onFieldKeyDown (event) {
|
||||
if (event.keyCode == Event.KEY_RETURN)
|
||||
function onFieldKeyDown(event) {
|
||||
if (event.keyCode == Event.KEY_RETURN && $("password").value.length > 0)
|
||||
return onLoginClick (event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user