CC-2438: Add a button to listen to the stream immediately
- fixed
This commit is contained in:
parent
bc2d27ec9f
commit
6a22f3667f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue