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