See ChangeLog.

Monotone-Parent: e513d02feb1de3dd39a4bb5194208f11ea4fe880
Monotone-Revision: e58b519a51a061b80853202ec91f07ec470a2bf0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-14T03:13:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-12-14 03:13:00 +00:00
parent db2bd6af21
commit 494d60cc17
4 changed files with 15 additions and 10 deletions
+2 -1
View File
@@ -1322,6 +1322,7 @@ function initContacts(event) {
if (typeof onWindowResize != 'function') {
// When loaded from the mail editor, onWindowResize is
// already registered
onWindowResize = onContactsWindowResize;
onWindowResize.defer();
Event.observe(window, "resize", onWindowResize);
}
@@ -1330,7 +1331,7 @@ function initContacts(event) {
sorting["ascending"] = true;
}
function onWindowResize(event) {
onContactsWindowResize = function (event) {
var handle = $("dragHandle");
if (handle)
handle.adjust();