1
0
Fork 0
Kim Huebel 4 years ago
parent 0247e8f2cb
commit 6013e4e7d9

@ -851,7 +851,7 @@ $(document).ready(function() {
$(document).ready(function() { $(document).ready(function() {
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: 'http://mmdvm-hs-hat:8000/data/TG_List.csv', url: window.location.protocol + '/data/TG_List.csv',
dataType: "text", dataType: "text",
success: function(data) {processData(data);} success: function(data) {processData(data);}
}); });

@ -1 +1 @@
var dashboard_version = "2021-02-13 23:35:27"; var dashboard_version = "2021-02-14 17:19:22";

Loading…
Cancel
Save