1
0
Fork 0

Correct URL for TG_List.csv

The request was build on a crazy way not sure why working :-)
main
Kim Huebel 4 years ago
parent 99656a2bc3
commit 3aec69e3e6

@ -877,7 +877,7 @@ $(document).ready(function() {
$(document).ready(function() { $(document).ready(function() {
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: window.location.protocol + 'data/TG_List.csv', url: window.location.href.substring(0, window.location.href.lastIndexOf("/") + 1) + 'data/TG_List.csv',
dataType: "text", dataType: "text",
success: function(data) {processData(data);} success: function(data) {processData(data);}
}); });

@ -1 +1 @@
var dashboard_version = "2021-03-13 19:26:41"; var dashboard_version = "2021-03-13 20:02:19";

Loading…
Cancel
Save