From 6d77ca54eed7a80a0dad9f2a976601c4dca93a79 Mon Sep 17 00:00:00 2001 From: mrdrogdrog <tilman.vatteroth@udo.edu> Date: Tue, 24 Nov 2015 16:11:58 +0100 Subject: [PATCH] =?UTF-8?q?ufc=20semester.json=20von=20absolut=20auf=20rel?= =?UTF-8?q?ative=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2e4b4fe..80d2041 100644 --- a/panels/ufc/script.js +++ b/panels/ufc/script.js @@ -7,7 +7,7 @@ this.loaded=function(panel,config) { img = $(panel).find("#image img"); titleDiv=$(panel).find("#title span"); zeitDiv=$(panel).find("#zeit span"); - $.ajax("http://localhost/infoscreen/panels/ufc/semester.json",{ + $.ajax("panels/ufc/semester.json",{ async:false }) .done(function(e) { @@ -82,4 +82,4 @@ this.getLongMonth = function(month){ default: return "undefined"; } -} \ No newline at end of file +} -- GitLab