Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
Martin Konecny 2011-11-11 17:26:06 -05:00
commit 1c5b2dc813
2 changed files with 2 additions and 2 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();

View File

@ -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();
}