Correct URL for TG_List.csv
The request was build on a crazy way not sure why working :-)
This commit is contained in:
parent
99656a2bc3
commit
3aec69e3e6
2 changed files with 2 additions and 2 deletions
|
@ -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);}
|
||||
});
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-03-13 19:26:41";
|
||||
var dashboard_version = "2021-03-13 20:02:19";
|
||||
|
|
Loading…
Reference in a new issue