CC-2184: Hardcoded CSS path should be relative path instead

This commit is contained in:
denise 2012-10-19 11:09:34 -04:00
parent 7165d1fa2e
commit d32495d100
47 changed files with 366 additions and 340 deletions

View file

@ -168,7 +168,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 : {library : true}, format: "json"},
dataType: "json",
@ -192,7 +192,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 : {library : false}, format: "json"},
dataType: "json",
@ -259,7 +259,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) {