mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: a3b7b268652223f09bb5a43b037710e48aed6f1e
Monotone-Revision: 4d5e83e68c9e02af7b7d7a38ef3b127962a84549 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-10T23:00:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -37,7 +37,6 @@ var SOGoDragHandlesInterface = {
|
||||
this.origLower = this.lowerBlock.offsetTop - 5;
|
||||
document.body.style.cursor = "n-resize";
|
||||
}
|
||||
|
||||
document._currentDragHandle = this;
|
||||
document.addEventListener("mouseup", this.documentStopHandleDragging, true);
|
||||
document.addEventListener("mousemove", this.documentMove, true);
|
||||
|
||||
Reference in New Issue
Block a user