mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user