CC-2910: Ability to collapse stream sections in "Stream Settings"
- done - only stream 1 is expanded by default
This commit is contained in:
parent
e2ff0a6a94
commit
64a46294c9
2 changed files with 7 additions and 1 deletions
|
@ -120,6 +120,12 @@ $(document).ready(function() {
|
|||
return false;
|
||||
});
|
||||
|
||||
$('.collapsible-header').click(function() {
|
||||
$(this).next().toggle('fast');
|
||||
$(this).toggleClass("close");
|
||||
return false;
|
||||
})
|
||||
|
||||
showErrorSections()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue