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:
Francis Lachapelle
2008-08-15 08:20:34 +00:00
parent 2a6e4fc9ba
commit b324d373af

View File

@@ -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();