Private GIT

Skip to content
Snippets Groups Projects
Commit 5a108edc authored by Gaëtan Muller's avatar Gaëtan Muller
Browse files

Display episodes list of collapsed season when select all is checked

parent 97535cc7
Branches
Tags
No related merge requests found
...@@ -47,6 +47,7 @@ $(document).ready(function () { ...@@ -47,6 +47,7 @@ $(document).ready(function () {
var seasCheck = this; var seasCheck = this;
var seasNo = $(seasCheck).attr('id'); var seasNo = $(seasCheck).attr('id');
$('#collapseSeason-' + seasNo).collapse('show');
$('.epCheck:visible').each(function () { $('.epCheck:visible').each(function () {
var epParts = $(this).attr('id').split('x'); var epParts = $(this).attr('id').split('x');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment