diff --git a/calendar/js/et2_widget_daycol.js b/calendar/js/et2_widget_daycol.js index 22ed0aa079..3bb380178b 100644 --- a/calendar/js/et2_widget_daycol.js +++ b/calendar/js/et2_widget_daycol.js @@ -998,7 +998,7 @@ var et2_calendar_daycol = (function(){ "use strict"; return et2_valueWidget.exte click: function(_ev) { // Click on the title - if(this.title.is(_ev.target)) + if(this.title.is(_ev.target) || this.title.has(_ev.target)) { app.calendar.update_state({view: 'day',date: this.date.toJSON()}); return false;