See ChangeLog

Monotone-Parent: bc53d4486da9eb6b195273cef7d073fdcf53aa5c
Monotone-Revision: c753d4af992c07bd25d59ae087113384e379361b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-03-01T15:31:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-03-01 15:31:20 +00:00
parent 92e5b30310
commit 6f1c1baa20
2 changed files with 8 additions and 2 deletions

View File

@@ -125,8 +125,8 @@ function validateEditorInput(sender) {
return true;
}
function clickedEditorSend(sender) { log (document.pageform.action);
if (document.pageform.action || !validateEditorInput(sender))
function clickedEditorSend(sender) {
if (document.pageform.action == "send" || !validateEditorInput(sender))
return false;
var input = currentAttachmentInput();