mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added tooltip to airdate on posters view
This commit is contained in:
@@ -15,7 +15,8 @@ define([
|
||||
|
||||
|
||||
ui: {
|
||||
'progressbar': '.progress .bar'
|
||||
'progressbar': '.progress .bar',
|
||||
'airDate': '.air-date'
|
||||
},
|
||||
|
||||
events: {
|
||||
@@ -27,6 +28,10 @@ define([
|
||||
this.qualityProfileCollection = options.qualityProfiles;
|
||||
},
|
||||
|
||||
onRender: function () {
|
||||
this.ui.airDate.tooltip();
|
||||
},
|
||||
|
||||
editSeries: function () {
|
||||
var view = new NzbDrone.Series.Edit.EditSeriesView({ model: this.model});
|
||||
|
||||
|
Reference in New Issue
Block a user