Fix for bug #536.

Monotone-Parent: e5138baadcbf7f196e37747707b570897665a6d3
Monotone-Revision: 4038e1c81a3afe4ac83664ba6c3a983a6a52c21e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-03-31T20:44:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-03-31 20:44:22 +00:00
parent 4ae82de32f
commit 7826181ff7
2 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ SOGoEventDragController.prototype = {
onDragStart: function SEDC_onDragStart(event) {
var target = getTarget(event);
if (target.nodeType == 1) {
if (eventIsLeftClick(event) && (target.nodeType == 1)) {
if ((!this.eventCells
&& (target.hasClassName("clickableHourCell")
|| target.hasClassName("day"))