SAAS-876 - better implementation of toggle between Airtime Pro/Custom streaming options
This commit is contained in:
parent
37ed35f5b2
commit
c99165a8dd
3 changed files with 5 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue