CC-2908: Add "Live Stream" title to live stream popup window

-done
This commit is contained in:
martin 2011-09-30 11:45:51 -04:00
parent 41dee5d263
commit c469f51eb3
2 changed files with 39 additions and 3 deletions

View file

@ -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;
});