mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Monotone-Parent: b0729f36e09299983d44b3781e15368a2bf42f8d
Monotone-Revision: a87b5d8eea8be842c1ab7dc48667af2debe9bb21 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-24T19:57:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user