small sanity check

Monotone-Parent: b02226d59c16236b8e8eab6e22a7346f679f2ee7
Monotone-Revision: dc5ddbbb3305b9f0cb8fe2e2044f0a2673ef24ca

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-06-23T18:50:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-06-23 18:50:43 +00:00
parent 8cac68562a
commit ca901e9b2f
+1 -1
View File
@@ -61,7 +61,7 @@ function onLoginClick(event) {
var password = $("password").value;
var language = $("language");
if (userName.length > 0) {
if (userName.length > 0 && password.length > 0) {
this.disabled = true;
startAnimation($("animation"));