Lehrerdaten
This commit is contained in:
@@ -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'){
|
||||
|
||||
Reference in New Issue
Block a user