CC-2438: Add a button to listen to the stream immediately

- fixed
This commit is contained in:
James 2011-11-11 10:25:24 -05:00
parent bc2d27ec9f
commit 6a22f3667f
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ function init() {
setupQtip();
$('.listen-control-block').click(function() {
$('.listen-control-button').click(function() {
if (stream_window == null || stream_window.closed)
stream_window=window.open(baseUrl+"Dashboard/stream-player", 'name', 'width=400,height=216');
stream_window.focus();