Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
1c5b2dc813
|
@ -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();
|
||||
|
|
|
@ -622,7 +622,7 @@ function setUpSPL() {
|
|||
// Alert the error and reload the page
|
||||
// this function is used to resolve concurrency issue
|
||||
function alertPlaylistErrorAndReload(){
|
||||
alert("The Playlist doesn't exist anymore!");
|
||||
alert("The playlist doesn't exist anymore!");
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue