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