Fixed small bug, base_url was missing also at dxmap
这个提交包含在:
父节点
21773cb39e
当前提交
7f8f7f7ff9
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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') {
|
||||
|
|
|
|||
正在加载…
在新工单中引用