diff --git a/html/js/functions.js b/html/js/functions.js index d3f9c88..f41fd1b 100644 --- a/html/js/functions.js +++ b/html/js/functions.js @@ -851,7 +851,7 @@ $(document).ready(function() { $(document).ready(function() { $.ajax({ type: "GET", - url: 'http://mmdvm-hs-hat:8000/data/TG_List.csv', + url: window.location.protocol + '/data/TG_List.csv', dataType: "text", success: function(data) {processData(data);} }); diff --git a/html/js/version.js b/html/js/version.js index 21f8cde..983330a 100644 --- a/html/js/version.js +++ b/html/js/version.js @@ -1 +1 @@ -var dashboard_version = "2021-02-13 23:35:27"; +var dashboard_version = "2021-02-14 17:19:22";