CC-4976: Cannot select Ogg/Vorbis output stream after selecting SHOUTcast then selecting Icecast

-fixed
This commit is contained in:
Martin Konecny 2013-03-05 18:19:08 -05:00
parent e669b7a91a
commit 0ef1a5ffda
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function showForIcecast(ele){
div.find("#outputMountpoint-element").show()
div.find("#outputUser-label").show()
div.find("#outputUser-element").show()
div.find("select[id$=data-type]").find("option[value='ogg']").attr("disabled","");
div.find("select[id$=data-type]").find("option[value='ogg']").removeAttr("disabled");
}
function checkLiquidsoapStatus(){