See ChangeLog.

Monotone-Parent: 83140ea045c02e9961515cc478033e97df559cfb
Monotone-Revision: e4e20cbfe1ccdc91e3f5a7fe6041b89f791885c4

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-15T19:17:25
This commit is contained in:
Francis Lachapelle
2012-03-15 19:17:25 +00:00
parent 4a1b4193ad
commit a5e83e3f23
4 changed files with 40 additions and 8 deletions
+5 -5
View File
@@ -360,14 +360,15 @@ function initAddresses() {
});
}
/* Overwrites function of MailerUI.js */
/* Overwrite function of MailerUI.js */
function configureDragHandle() {
var handle = $("hiddenDragHandle");
if (handle) {
handle.addInterface(SOGoDragHandlesInterface);
handle.leftMargin = 100;
handle.leftBlock=$("leftPanel");
handle.rightBlock=$("rightPanel");
handle.leftMargin = 135; // minimum width
handle.leftBlock = $("leftPanel");
handle.rightBlock = $("rightPanel");
handle.enableRightSafety();
handle.observe("handle:dragged", onWindowResize);
}
}
@@ -436,7 +437,6 @@ function initMailEditor() {
$("contactFolder").observe("change", onContactFolderChange);
Event.observe(window, "resize", onWindowResize);
Event.observe(window, "beforeunload", onMailEditorClose);