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

code reformatiert

parent 1c4f4268
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ this.loaded = function(panel, config) { ...@@ -26,7 +26,7 @@ this.loaded = function(panel, config) {
}, 60000); }, 60000);
function getMensaPlan() { function getMensaPlan() {
$.getJSON("panels/mensaPlan/mensaPlan.json").done(function(json) { $.getJSON("panels/mensaPlan/mensaPlan.json?"+( new Date().getTime()) ).done(function(json) {
fillTable(json); fillTable(json);
}).fail(function(jqxhr, textStatus, error) { }).fail(function(jqxhr, textStatus, error) {
var err = textStatus + ", " + error; var err = textStatus + ", " + error;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment