mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 09:55:25 +00:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user