Monotone-Parent: a0ddb6969a3af4885bc30844a5dc0bcda95a8212

Monotone-Revision: 5617028c92b280b921baa88c04ea7e1430dbef8a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-15T12:51:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-03-15 12:51:57 +00:00
parent d7bca94299
commit 927c82cdc1
3 changed files with 23 additions and 16 deletions

View File

@@ -980,9 +980,9 @@ SOGoEventDragController.prototype = {
if (target.nodeType == 1) {
if ((!this.eventCells
&& (target.hasClassName("clickableHourCell")
|| target.hasClassName("day"))
|| (this.eventCells && this.eventCells[0].editable
&& !this.eventIsInvitation))) {
|| target.hasClassName("day")))
|| (this.eventCells && this.eventCells[0].editable
&& !this.eventIsInvitation)) {
var utilities = SOGoEventDragUtilities();
utilities.setEventType(this.eventType);