mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 00:34:37 +02:00
Click row to see the details of that episode.
Alternate rows are coloured (along with the details)
This commit is contained in:
@@ -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();
|
||||
});
|
Reference in New Issue
Block a user