Problem solved with TG-Lookup
closed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/20
This commit is contained in:
parent
0247e8f2cb
commit
6013e4e7d9
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue