1
0
Fork 0

Correct URL for TG_List.csv

The request was build on a crazy way not sure why working :-)
This commit is contained in:
Kim Huebel 2021-03-13 20:02:19 +00:00
parent 99656a2bc3
commit 3aec69e3e6
2 changed files with 2 additions and 2 deletions

View file

@ -877,7 +877,7 @@ $(document).ready(function() {
$(document).ready(function() {
$.ajax({
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",
success: function(data) {processData(data);}
});

View file

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