Added missing base directory to urls

This commit is contained in:
denise 2013-01-10 13:58:11 -05:00
parent 2797809c74
commit dffe932223
2 changed files with 4 additions and 4 deletions

View file

@ -171,7 +171,7 @@ AIRTIME = (function(AIRTIME) {
schedTable.fnDraw();
$.ajax( {
url : "/usersettings/set-now-playing-screen-settings",
url : baseUrl+"/usersettings/set-now-playing-screen-settings",
type : "POST",
data : {
settings : {
@ -197,7 +197,7 @@ AIRTIME = (function(AIRTIME) {
schedTable.fnDraw();
$.ajax( {
url : "/usersettings/set-now-playing-screen-settings",
url : baseUrl+"/usersettings/set-now-playing-screen-settings",
type : "POST",
data : {
settings : {
@ -271,7 +271,7 @@ AIRTIME = (function(AIRTIME) {
$.ajax( {
"dataType" : "json",
"type" : "GET",
"url" : "/showbuilder/check-builder-feed",
"url" : baseUrl+"/showbuilder/check-builder-feed",
"data" : data,
"success" : function(json) {
if (json.update === true) {