CC-2907: Stream player window gets a 404 when clicked
from "Stream settings" page -fixed
This commit is contained in:
parent
1bdcff1119
commit
20c2405f20
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ function init() {
|
|||
|
||||
$('#on-air-info').click(function() {
|
||||
if (stream_window == null || stream_window.closed)
|
||||
stream_window=window.open("/Dashboard/stream-player", 'name', 'width=400,height=216');
|
||||
stream_window=window.open(baseUrl+"Dashboard/stream-player", 'name', 'width=400,height=216');
|
||||
stream_window.focus();
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue