From ca30b69d639e0cb3581c43762ba3c814c9ebae13 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth <tilman.vatteroth@udo.edu> Date: Mon, 7 Nov 2016 20:29:58 +0100 Subject: [PATCH] hole ufc programm per url --- panels/ufc/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panels/ufc/script.js b/panels/ufc/script.js index ff42624..aa8deda 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("panels/ufc/semester.json",{ + $.ajax("https://ufc.tu-dortmund.de/semesters/current.json",{ async:false }) .done(function(e) { @@ -75,4 +75,4 @@ this.show=function() { ); this.resize(); } -} \ No newline at end of file +} -- GitLab