Lehrerdaten

This commit is contained in:
2019-05-14 13:12:13 +02:00
parent 9f36ee053c
commit e1d84f3159
8 changed files with 260 additions and 169 deletions

View File

@@ -25,10 +25,10 @@ echo '<h4 style="margin-left: 30px;">US 2018 (PROD) - Stand: ' . $time->i18nForm
//console.log(origin);
if (origin == 'http://km-pc-asd-ap.stmukwk.bayern.de') {
jsonurl = '/files/prod-data-us.json';
jsonurl = '/files/prod-data-us.json?nocache=' + (new Date()).getTime();
}
else {
jsonurl = '/asd-control/files/prod-data-us.json';
jsonurl = '/asd-control/files/prod-data-us.json?nocache=' + (new Date()).getTime();
}
$.getJSON(jsonurl, function(mps) {
if (typeof $.cookie('pivotConfig') === 'undefined'){