kopia lustrzana https://github.com/magicbug/Cloudlog
Fixed small bug, base_url was missing also at dxmap
rodzic
21773cb39e
commit
7f8f7f7ff9
|
@ -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') {
|
||||
|
|
Ładowanie…
Reference in New Issue