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
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
I just noticed a bug when going back to my Calendar app from the Home. I don't know why (or what I did specifically to get this), but I had an empty calendar view, meaning the month grid of the calendar was completely blank.
I looked at the console and got this traceback:
TypeError: T is undefined "https://COZY_URL/apps/calendar/javascripts/vendor.js" 27537 8401 TypeError: T is undefined
Trace de la pile :
o@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:8401
r@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:8050
s@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:9062
t.fn.fullCalendar/<@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:24433
.each@https://COZY_URL/apps/calendar/javascripts/vendor.js:489:14
jQuery.prototype.each@https://COZY_URL/apps/calendar/javascripts/vendor.js:253:10
t.fn.fullCalendar@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:24326
CalendarView</CalendarView.prototype.afterRender@https://COZY_URL/apps/calendar/javascripts/app.js:8043:5
module.exports/waitToChangeToday/<@https://COZY_URL/apps/calendar/javascripts/app.js:2023:9
o@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:8401
r@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:8050
s@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:9062
t.fn.fullCalendar/<@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:24433
.each@https://COZY_URL/apps/calendar/javascripts/vendor.js:489:14
jQuery.prototype.each@https://COZY_URL/apps/calendar/javascripts/vendor.js:253:10
t.fn.fullCalendar@https://COZY_URL/apps/calendar/javascripts/vendor.js:27537:24326
CalendarView</CalendarView.prototype.afterRender@https://COZY_URL/apps/calendar/javascripts/app.js:8043:5
module.exports/waitToChangeToday/<@https://COZY_URL/apps/calendar/javascripts/app.js:2023:9
The text was updated successfully, but these errors were encountered:
Hi,
I just noticed a bug when going back to my Calendar app from the Home. I don't know why (or what I did specifically to get this), but I had an empty calendar view, meaning the month grid of the calendar was completely blank.
I looked at the console and got this traceback:
The text was updated successfully, but these errors were encountered: