Neue Statistik
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
echo '<h4 style="margin-left: 30px;">US 2019 (PARA) - Stand: ' . $time->i18nFormat('dd.MM.yyyy HH:mm') . '</h4>';
|
||||
echo '<h4 style="margin-left: 30px;">US 2020 (PARA) - Stand: ' . $time->i18nFormat('dd.MM.yyyy HH:mm') . '</h4>';
|
||||
?>
|
||||
|
||||
<script type="text/javascript">
|
||||
@@ -16,12 +16,11 @@ echo '<h4 style="margin-left: 30px;">US 2019 (PARA) - Stand: ' . $time->i18nForm
|
||||
}
|
||||
|
||||
//console.log(origin);
|
||||
console.log(origin);
|
||||
if (origin == 'http://km-pc-asd-ap.stmukwk.bayern.de') {
|
||||
jsonurl = '/files/para-data-us.json';
|
||||
jsonurl = '/files/para-data-us.json?nocache=' + (new Date()).getTime();
|
||||
}
|
||||
else {
|
||||
jsonurl = '/asd-control/files/para-data-us.json';
|
||||
jsonurl = '/asd-control/files/para-data-us.json?nocache=' + (new Date()).getTime();
|
||||
}
|
||||
$.getJSON(jsonurl, function(mps) {
|
||||
if (typeof $.cookie('pivotConfig') === 'undefined'){
|
||||
@@ -107,4 +106,4 @@ echo '<h4 style="margin-left: 30px;">US 2019 (PARA) - Stand: ' . $time->i18nForm
|
||||
<!-- <input type="button" value="Reset Config" id="del" style="font-size: 16px;" /> -->
|
||||
<p> </p>
|
||||
<p id="heading" style="margin-left: 30px;font-weight: bold;"><p>
|
||||
<div id="schools" style="margin-left: 30px;"></div>
|
||||
<div id="schools" style="margin-left: 30px;"></div>
|
||||
|
||||
Reference in New Issue
Block a user