CC-2848: Misc bugs from demo service

- cleaning up some code
This commit is contained in:
James 2011-11-11 10:16:33 -05:00
parent 901333bf6d
commit bc2d27ec9f
2 changed files with 2 additions and 2 deletions

View File

@ -563,7 +563,7 @@ class ScheduleController extends Zend_Controller_Action
foreach($js as $j){
$data[$j["name"]] = $j["value"];
}
Logging::log("id:".$data['add_show_id']);
$show = new Application_Model_Show($data['add_show_id']);
$startDateModified = true;

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