mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix for previous mousover scrolling, which broke all hovering in timegrid
This commit is contained in:
parent
4a2b0e7aaa
commit
4d5b923ad7
@ -1703,7 +1703,7 @@ var et2_calendar_timegrid = (function(){ "use strict"; return et2_calendar_view.
|
||||
// Ignore high level & non-time (grid itself, header parent & week label)
|
||||
if([this.node, this.gridHeader[0], this._labelContainer[0]].indexOf(node) !== -1 ||
|
||||
// Day labels
|
||||
this.gridHeader.has(node) && !$j(node).hasClass("calendar_calDayColAllDay"))
|
||||
this.gridHeader.has(node).length && !$j(node).hasClass("calendar_calDayColAllDay"))
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user