mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
Calendar: print gridlines to 15-minute intervals
This commit is contained in:
@@ -1007,6 +1007,10 @@ SOGoEventDragController.prototype = {
|
||||
onDragStart: function SEDC_onDragStart(event) {
|
||||
var target = getTarget(event);
|
||||
if (eventIsLeftClick(event) && (target.nodeType == 1)) {
|
||||
if (target.hasClassName("minutes15") ||
|
||||
target.hasClassName("minutes30") ||
|
||||
target.hasClassName("minutes45"))
|
||||
target = target.parentNode;
|
||||
if ((!this.eventCells
|
||||
&& (target.hasClassName("clickableHourCell")
|
||||
|| target.hasClassName("day"))
|
||||
|
||||
Reference in New Issue
Block a user