Fixed small bug, base_url was missing also at dxmap

pull/2317/head
int2001 2023-07-23 13:23:42 +00:00
rodzic 21773cb39e
commit 7f8f7f7ff9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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') {