mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Fix to avoid sending an email multiple times in the web mail module.
Monotone-Parent: fd2a831a40563980f8889d293cab958e0d907a0b Monotone-Revision: fb2522bcdcf167e7ba3e95a03948f9bfad2b7870 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-09-02T01:24:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -125,8 +125,8 @@ function validateEditorInput(sender) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function clickedEditorSend(sender) {
|
||||
if (!validateEditorInput(sender))
|
||||
function clickedEditorSend(sender) { log (document.pageform.action);
|
||||
if (document.pageform.action || !validateEditorInput(sender))
|
||||
return false;
|
||||
|
||||
var input = currentAttachmentInput();
|
||||
|
||||
Reference in New Issue
Block a user