CC-2842: Clicking "Additional Options" in stream settings opens it for all
- fixed
This commit is contained in:
parent
ee7bb8babe
commit
bd33b12d71
|
@ -116,7 +116,7 @@ $(document).ready(function() {
|
|||
})
|
||||
|
||||
$('.toggle legend').live('click',function() {
|
||||
$('.toggle').toggleClass('closed');
|
||||
$(this).parent().toggleClass('closed');
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue