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) {
}, 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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment