Added a second "master" toggle to ignoreSeason on Series/Details at the top of the page.

This commit is contained in:
Mark McDowall 2011-08-19 20:02:47 -07:00
commit 56da830296
3 changed files with 136 additions and 62 deletions

View file

@ -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>