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

ufc url umgeschrieben

parent de1d57a9
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("https://ufc.tu-dortmund.de/semesters/current.json",{ $.ajax("https://ufc.tu-dortmund.de/semesters/winter2016.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