SAAS-876 - better implementation of toggle between Airtime Pro/Custom streaming options

This commit is contained in:
Duncan Sommerville 2015-07-10 13:17:20 -04:00
parent 37ed35f5b2
commit c99165a8dd
3 changed files with 5 additions and 3 deletions

View file

@ -28,7 +28,7 @@ function rebuildStreamURL(ele){
}else{
streamurl = "http://"+host+":"+port+"/"
}
div.find("#stream_url").text(streamurl)
div.find("#stream_url").html('<a href="' + streamurl + '" target="_blank">' + streamurl + '</a>')
}
function restrictOggBitrate(ele, on){
var div = ele.closest("div")