Monotone-Parent: 2c72d8da724d85fd836b547156f6c653ebb44991

Monotone-Revision: 9d41cb8ec35d1bfd5bde3fc6d323bc42d41fffcd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-05T11:43:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2008-09-05 11:43:32 +00:00
parent 721d3fc61b
commit d82aaa6159

View file

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