mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added a second "master" toggle to ignoreSeason on Series/Details at the top of the page.
This commit is contained in:
parent
bf17b63d2b
commit
56da830296
3 changed files with 136 additions and 62 deletions
|
@ -1 +1,9 @@
|
|||
|
||||
<img src='../../Content/Images/ignoredNeutral.png' class='ignoredEpisodesMaster ignoreEpisode' id='master' value='10'/>
|
||||
|
||||
<script>
|
||||
$(".ignoreEpisode").live("click", function () {
|
||||
var toggle = $(this);
|
||||
var value = $(this).attr('value');
|
||||
var test = 0;
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue