mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
Monotone-Parent: 326f22bb57c8cc3fad2cebc117d8f6a0dd96bdee
Monotone-Revision: a397d47aaaa09ccee4cc162b91cfb9882522aaae Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-15T08:20:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -166,6 +166,9 @@ function clickedEditorSend(sender) {
|
||||
if (!document.busyAnim)
|
||||
document.busyAnim = startAnimation(toolbar);
|
||||
|
||||
var lastRow = $("lastRow");
|
||||
lastRow.down("select").name = "popup_last";
|
||||
|
||||
window.shouldPreserve = true;
|
||||
document.pageform.action = "send";
|
||||
document.pageform.submit();
|
||||
@@ -249,6 +252,9 @@ function clickedEditorSave(sender) {
|
||||
if (input)
|
||||
input.parentNode.removeChild(input);
|
||||
|
||||
var lastRow = $("lastRow");
|
||||
lastRow.down("select").name = "popup_last";
|
||||
|
||||
window.shouldPreserve = true;
|
||||
document.pageform.action = "save";
|
||||
document.pageform.submit();
|
||||
|
||||
Reference in New Issue
Block a user