You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin show the events in date-1.
Example.
{"date":"2014-08-02","title":"2"}, show in 2014-08-01
{"date":"2014-08-20","title":"1"}, show in 2014-08-19.
FIX
//on line 131 to 140elem.parent('div:first').find('#day_'+(event_date.getDate()+1)).removeClass("day").addClass('holiday').empty().append('<span class="weekday">'+(event_date.getDate()+1)+'</span>').popover({'title': msg_evnts_hdr,'content': 'You have '+this.title+' appointments','delay': {'show': 250,'hide': 250}});
The text was updated successfully, but these errors were encountered:
dsalcedo
changed the title
Error en multiple days - fixed
Error day events - fixed
Aug 1, 2014
When you multiple events like:
The plugin show the events in date-1.
Example.
{"date":"2014-08-02","title":"2"}, show in 2014-08-01
{"date":"2014-08-20","title":"1"}, show in 2014-08-19.
FIX
The text was updated successfully, but these errors were encountered: