Added tooltip to airdate on posters view

This commit is contained in:
Mark McDowall 2013-04-24 17:23:07 -07:00
commit 32701d5e84
4 changed files with 27 additions and 5 deletions

View file

@ -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});