diff --git a/src/UI/Calendar/CalendarView.js b/src/UI/Calendar/CalendarView.js index 780365c92..d8132a6d0 100644 --- a/src/UI/Calendar/CalendarView.js +++ b/src/UI/Calendar/CalendarView.js @@ -90,7 +90,7 @@ module.exports = Marionette.ItemView.extend({ element.find('.chart').tooltip({ title : 'Episode is downloading - {0}% {1}'.format(progress.toFixed(1), releaseTitle), - container : '.fc-content-skeleton' + container : '.fc' }); } } @@ -271,7 +271,7 @@ module.exports = Marionette.ItemView.extend({ element.find('.fc-time').after(''.format(icon)); element.find('.status').tooltip({ title : tooltip, - container : '.fc-content-skeleton' + container : '.fc' }); },