mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix drag and drop in grid list view (month)
This commit is contained in:
parent
e69df0dd3b
commit
ce4dd3420d
@ -1690,10 +1690,7 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
||||
|
||||
x = Math.round(x);
|
||||
y = Math.round(y);
|
||||
if(this.options.granularity === 0)
|
||||
{
|
||||
return $j('.calendar_calDayCol',this.div);
|
||||
}
|
||||
|
||||
var path = [];
|
||||
var day = null;
|
||||
var time = null;
|
||||
|
Loading…
Reference in New Issue
Block a user