CC-2908: Add "Live Stream" title to live stream popup window
-done
This commit is contained in:
parent
41dee5d263
commit
c469f51eb3
2 changed files with 39 additions and 3 deletions
|
@ -259,7 +259,7 @@ function init() {
|
|||
setupQtip();
|
||||
|
||||
$('#on-air-info').click(function() {
|
||||
newwindow=window.open("Dashboard/stream-player", 'name', 'width=380,height=168');
|
||||
newwindow=window.open("/Dashboard/stream-player", 'name', 'width=400,height=216');
|
||||
if (window.focus) {newwindow.focus()}
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue