CC-2775: Better layout for Stream Settings page
- layout is done - need to implement status update part
This commit is contained in:
parent
4e476b6859
commit
f1c311acb6
3 changed files with 72 additions and 59 deletions
|
@ -73,12 +73,6 @@ $(document).ready(function() {
|
|||
rebuildStreamURL($(this))
|
||||
})
|
||||
|
||||
$('.collapsible-header').click(function() {
|
||||
$(this).next().toggle('fast');
|
||||
$(this).toggleClass("close");
|
||||
return false;
|
||||
}).next().hide();
|
||||
|
||||
$("select[id$=data-type]").change(function(){
|
||||
if($(this).val() == 'ogg'){
|
||||
restrictOggBitrate($(this), true)
|
||||
|
@ -107,6 +101,11 @@ $(document).ready(function() {
|
|||
}
|
||||
})
|
||||
|
||||
$('.toggle legend').live('click',function() {
|
||||
$('.toggle').toggleClass('closed');
|
||||
return false;
|
||||
});
|
||||
|
||||
showErrorSections()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue