From 7f8f7f7ff90c179ce0b2aa0e3d277327bb9cc9e2 Mon Sep 17 00:00:00 2001 From: int2001 Date: Sun, 23 Jul 2023 13:23:42 +0000 Subject: [PATCH] Fixed small bug, base_url was missing also at dxmap --- assets/js/sections/bandmap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/sections/bandmap.js b/assets/js/sections/bandmap.js index dfd89c07..4ba10be4 100644 --- a/assets/js/sections/bandmap.js +++ b/assets/js/sections/bandmap.js @@ -173,7 +173,7 @@ $(function() { var updateFromCAT = function() { if($('select.radios option:selected').val() != '0') { radioID = $('select.radios option:selected').val(); - $.getJSON( "radio/json/" + radioID, function( data ) { + $.getJSON( base_url + "radio/json/" + radioID, function( data ) { if (data.error) { if (data.error == 'not_logged_in') {