diff --git a/src/UI/Cells/EpisodeActionsCellTemplate.html b/src/UI/Cells/EpisodeActionsCellTemplate.html
index a0d4c81d4a..77e0ef5cdb 100644
--- a/src/UI/Cells/EpisodeActionsCellTemplate.html
+++ b/src/UI/Cells/EpisodeActionsCellTemplate.html
@@ -1,5 +1,5 @@
'.format(progress.toFixed(1), downloading.get('title')) +
+ this.$el.html('
'.format(progress.toFixed(1), downloading.get('title')) +
'
'.format(progress));
return;
}
diff --git a/src/UI/Settings/General/GeneralViewTemplate.html b/src/UI/Settings/General/GeneralViewTemplate.html
index cfbca24bde..60e42c4628 100644
--- a/src/UI/Settings/General/GeneralViewTemplate.html
+++ b/src/UI/Settings/General/GeneralViewTemplate.html
@@ -147,7 +147,7 @@
-
+
diff --git a/src/UI/Shared/Toolbar/Radio/RadioButtonView.js b/src/UI/Shared/Toolbar/Radio/RadioButtonView.js
index a72863d5a4..fe67f68cf7 100644
--- a/src/UI/Shared/Toolbar/Radio/RadioButtonView.js
+++ b/src/UI/Shared/Toolbar/Radio/RadioButtonView.js
@@ -34,7 +34,6 @@ define(
if (this.model.get('tooltip')) {
this.$el.attr('title', this.model.get('tooltip'));
- this.$el.attr('data-container', 'body');
}
},
diff --git a/src/UI/System/Logs/Table/LogTimeCell.js b/src/UI/System/Logs/Table/LogTimeCell.js
index a61ae88785..20ee236419 100644
--- a/src/UI/System/Logs/Table/LogTimeCell.js
+++ b/src/UI/System/Logs/Table/LogTimeCell.js
@@ -13,7 +13,6 @@ define(
var date = Moment(this._getValue());
this.$el.html(date.format('LT'));
this.$el.attr('title', date.format('LLLL'));
- this.$el.attr('data-container', 'body');
return this;
}
diff --git a/src/UI/System/SystemLayoutTemplate.html b/src/UI/System/SystemLayoutTemplate.html
index e3b245715e..c84df1ca7e 100644
--- a/src/UI/System/SystemLayoutTemplate.html
+++ b/src/UI/System/SystemLayoutTemplate.html
@@ -4,10 +4,10 @@