CC-2842: Clicking "Additional Options" in stream settings opens it for all

- fixed
This commit is contained in:
James 2011-09-19 11:31:10 -04:00
parent ee7bb8babe
commit bd33b12d71
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ $(document).ready(function() {
})
$('.toggle legend').live('click',function() {
$('.toggle').toggleClass('closed');
$(this).parent().toggleClass('closed');
return false;
});