CC-2438: Add a button to listen to the stream immediately
-Pop-up. Just need a proper skin.
This commit is contained in:
parent
83bba9532e
commit
1e70feda6b
8 changed files with 497 additions and 2 deletions
|
@ -259,7 +259,9 @@ function init() {
|
|||
setupQtip();
|
||||
|
||||
$('#on-air-info').click(function() {
|
||||
audioStream()
|
||||
newwindow=window.open("Dashboard/stream-player", 'name', 'height=200,width=450');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue