mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Added tooltip to airdate on posters view
This commit is contained in:
parent
c3de0006ff
commit
32701d5e84
4 changed files with 27 additions and 5 deletions
|
@ -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});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue