mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix a case where clicking between the space for adding all day non-blocking area and the header went to day view.
This commit is contained in:
parent
474e32db67
commit
a019185ec2
@ -1100,7 +1100,7 @@ var et2_calendar_daycol = (function(){ "use strict"; return et2_valueWidget.exte
|
||||
}
|
||||
}
|
||||
// Day label
|
||||
else if(this.title.is(_ev.target) || this.title.has(_ev.target))
|
||||
else if(this.title.is(_ev.target) || this.title.has(_ev.target).length)
|
||||
{
|
||||
app.calendar.update_state({view: 'day',date: this.date.toJSON()});
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user