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

hole ufc programm per url

parent 1a6328e2
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("#background"); img = $(panel).find("#background");
titleDiv=$(panel).find("#title span"); titleDiv=$(panel).find("#title span");
zeitDiv=$(panel).find("#zeit span"); zeitDiv=$(panel).find("#zeit span");
$.ajax("panels/ufc/semester.json",{ $.ajax("https://ufc.tu-dortmund.de/semesters/current.json",{
async:false async:false
}) })
.done(function(e) { .done(function(e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment