Monotone-Parent: b0729f36e09299983d44b3781e15368a2bf42f8d

Monotone-Revision: a87b5d8eea8be842c1ab7dc48667af2debe9bb21

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-24T19:57:44
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-08-24 19:57:44 +00:00
parent 7d49bfd2c6
commit 6e2ebc045c
1 changed files with 3 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function onValidate(event) {
document.pageform.action = "send";
AIM.submit(document.pageform, {'onComplete' : onPostComplete});
AIM.submit($(document.pageform), {'onComplete' : onPostComplete});
rc = true;
}
@ -182,6 +182,8 @@ function clickedEditorSend() {
if (onValidate()) {
document.pageform.submit();
}
return false;
}
function currentAttachmentInput() {