Monotone-Parent: 2c72d8da724d85fd836b547156f6c653ebb44991

Monotone-Revision: 9d41cb8ec35d1bfd5bde3fc6d323bc42d41fffcd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-05T11:43:32
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-09-05 11:43:32 +00:00
parent 721d3fc61b
commit d82aaa6159
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ var SOGoDragHandlesInterface = {
Event.stopObserving(document.body, "mousemove", this.moveBound, true);
document.body.setAttribute('style', '');
document.body.setStyle({ cursor: "default" });
Event.stop(event);
},
move: function (event) {