Skip to content
Snippets Groups Projects
Commit 6d77ca54 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

ufc semester.json von absolut auf relative geändert

parent 2e465d31
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ this.loaded=function(panel,config) { ...@@ -7,7 +7,7 @@ this.loaded=function(panel,config) {
img = $(panel).find("#image img"); img = $(panel).find("#image img");
titleDiv=$(panel).find("#title span"); titleDiv=$(panel).find("#title span");
zeitDiv=$(panel).find("#zeit span"); zeitDiv=$(panel).find("#zeit span");
$.ajax("http://localhost/infoscreen/panels/ufc/semester.json",{ $.ajax("panels/ufc/semester.json",{
async:false async:false
}) })
.done(function(e) { .done(function(e) {
...@@ -82,4 +82,4 @@ this.getLongMonth = function(month){ ...@@ -82,4 +82,4 @@ this.getLongMonth = function(month){
default: default:
return "undefined"; return "undefined";
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment