From 6013e4e7d91982ecf6eb38431b377e71d2a55e54 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Sun, 14 Feb 2021 17:19:23 +0000 Subject: [PATCH] Problem solved with TG-Lookup closed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/20 --- html/js/functions.js | 2 +- html/js/version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";