merge of '815204fe1b8d9f62f875d9e22c4883aede5c1e8d'

and 'f84a4aea78f0990248fedd817ec377260a9120b3'

Monotone-Parent: 815204fe1b8d9f62f875d9e22c4883aede5c1e8d
Monotone-Parent: f84a4aea78f0990248fedd817ec377260a9120b3
Monotone-Revision: 82ff830f32b58a69104d076987745b96e90e0ebf

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-04-03T07:36:15
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-04-03 07:36:15 +00:00
+1 -1
View File
@@ -981,7 +981,7 @@ SOGoEventDragController.prototype = {
if ((!this.eventCells
&& (target.hasClassName("clickableHourCell")
|| target.hasClassName("day"))
&& (target.clientHeight >= target.scrollHeight))
&& (target.scrollHeight - target.clientHeight <= 1))
|| (this.eventCells && this.eventCells[0].editable
&& !this.eventIsInvitation)) {
var utilities = SOGoEventDragUtilities();