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
Branches
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) {
...@@ -75,4 +75,4 @@ this.show=function() { ...@@ -75,4 +75,4 @@ this.show=function() {
); );
this.resize(); this.resize();
} }
} }
\ 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