Monotone-Parent: e4e20cbfe1ccdc91e3f5a7fe6041b89f791885c4

Monotone-Revision: 6f7b10dd00b8386beaf74006c40ade1354b49aa6

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-15T19:27:48
This commit is contained in:
Francis Lachapelle
2012-03-15 19:27:48 +00:00
parent a5e83e3f23
commit c5980bee79

View File

@@ -1900,7 +1900,7 @@ function configureDragHandles() {
handle.addInterface(SOGoDragHandlesInterface);
handle.upperBlock=$("mailboxContent");
handle.lowerBlock=$("messageContent");
handle.upperBlock.observe("handle:resize", onMessageListResize);
handle.observe("handle:dragged", onMessageListResize);
}
}