From 0e4c06c2627f4ffd3babb2c3876e44194fdc569f Mon Sep 17 00:00:00 2001
From: mrdrogdrog <tilman.vatteroth@udo.edu>
Date: Tue, 24 Nov 2015 12:02:40 +0100
Subject: [PATCH] code reformatiert

---
 panels/mensaPlan/script.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js
index b23fa3e..a6638a1 100755
--- a/panels/mensaPlan/script.js
+++ b/panels/mensaPlan/script.js
@@ -26,7 +26,7 @@ this.loaded = function(panel, config) {
 	}, 60000);
 
 	function getMensaPlan() {
-		$.getJSON("panels/mensaPlan/mensaPlan.json").done(function(json) {
+		$.getJSON("panels/mensaPlan/mensaPlan.json?"+( new Date().getTime()) ).done(function(json) {
 			fillTable(json);
 		}).fail(function(jqxhr, textStatus, error) {
 			var err = textStatus + ", " + error;
@@ -208,4 +208,4 @@ this.loaded = function(panel, config) {
 	$(function() {
 		$("#tabs").tabs();
 	});
-}
\ No newline at end of file
+}
-- 
GitLab