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

-but is now available. Need to ask Vladimir to position it under the "On-Air"
This commit is contained in:
Martin Konecny 2011-10-12 14:26:18 +02:00
parent 55b039c162
commit 24e208d1d6
2 changed files with 4 additions and 1 deletions

View file

@ -260,7 +260,7 @@ function init() {
setupQtip();
$('#on-air-info').click(function() {
$('.listen-control-block').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();