Block expansion ajax url was missing baseUrl

This commit is contained in:
denise 2013-01-11 14:11:01 -05:00
parent f80f0dddd7
commit 8362860904
2 changed files with 2 additions and 2 deletions

View file

@ -448,7 +448,7 @@ var AIRTIME = (function(AIRTIME){
var id = parseInt($(this).attr("id").split("_").pop(), 10);
var blockId = parseInt($(this).attr("blockId"), 10);
if ($(this).hasClass('close')) {
var sUrl = "/playlist/get-block-info";
var sUrl = baseUrl+"/playlist/get-block-info";
mod.disableUI();
$.post(sUrl, {format:"json", id:blockId}, function(json){
$html = "";