From 5a1f7625685ce21dd5548e17991b01b011f00615 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <tilman.vatteroth@udo.edu> Date: Mon, 7 Nov 2016 20:41:25 +0100 Subject: [PATCH] ufc url umgeschrieben --- panels/ufc/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/ufc/script.js b/panels/ufc/script.js index aa8deda..21cef69 100755 --- a/panels/ufc/script.js +++ b/panels/ufc/script.js @@ -7,7 +7,7 @@ this.loaded=function(panel,config) { img = $(panel).find("#background"); titleDiv=$(panel).find("#title 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 }) .done(function(e) { -- GitLab