1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-15 21:05:43 -04:00
Files
Sonarr/UI/History/Row.js
Mark McDowall 7ab1084437 Adding history
2013-05-02 23:54:11 -07:00

9 lines
180 B
JavaScript

NzbDrone.Missing.Row = Backgrid.Row.extend({
events: {
'click .x-search' : 'search'
},
search: function () {
window.alert('Episode Search');
}
});