mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Click row to see the details of that episode.
Alternate rows are coloured (along with the details)
This commit is contained in:
parent
d7bc3a3734
commit
a7c90351ac
3 changed files with 21 additions and 2 deletions
|
@ -143,4 +143,9 @@ function saveEpisodeIgnore(episodeId, ignored) {
|
|||
alert("Sorry! We could save the ignore settings for Episode: " + episodeId + " at this time. " + error);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
/* Click on row, show details */
|
||||
$('.seriesTable tr').live('click', function() {
|
||||
$(this).next('.detail-view').toggle();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue