Fix links (add index.php)
这个提交包含在:
		
							父节点
							
								
									36fca28f1b
								
							
						
					
					
						当前提交
						6e05c8ac51
					
				
					共有  2 个文件被更改,包括 3 次插入 和 3 次删除
				
			
		|  | @ -197,7 +197,7 @@ $(function() { | ||||||
| var updateFromCAT = function() { | var updateFromCAT = function() { | ||||||
| 	if($('select.radios option:selected').val() != '0') { | 	if($('select.radios option:selected').val() != '0') { | ||||||
| 		radioID = $('select.radios option:selected').val(); | 		radioID = $('select.radios option:selected').val(); | ||||||
| 		$.getJSON( base_url + "radio/json/" + radioID, function( data ) { | 		$.getJSON( base_url + "index.php/radio/json/" + radioID, function( data ) { | ||||||
| 
 | 
 | ||||||
| 			if (data.error) { | 			if (data.error) { | ||||||
| 				if (data.error == 'not_logged_in') { | 				if (data.error == 'not_logged_in') { | ||||||
|  |  | ||||||
|  | @ -138,7 +138,7 @@ $(function() { | ||||||
| 			let cl={}; | 			let cl={}; | ||||||
| 			cl.qrg=this.parentNode.cells[1].textContent*1000; | 			cl.qrg=this.parentNode.cells[1].textContent*1000; | ||||||
| 			cl.call=this.innerText; | 			cl.call=this.innerText; | ||||||
| 			window.open(base_url + 'qso?manual=0','_blank'); | 			window.open(base_url + 'index.php/qso?manual=0','_blank'); | ||||||
| 			setTimeout(function () {  | 			setTimeout(function () {  | ||||||
| 				bc2qso.postMessage({ frequency: cl.qrg, call: cl.call })  | 				bc2qso.postMessage({ frequency: cl.qrg, call: cl.call })  | ||||||
| 			},2500);	// Wait at least 2500ms for new-Window to appear, before posting data to it
 | 			},2500);	// Wait at least 2500ms for new-Window to appear, before posting data to it
 | ||||||
|  | @ -164,7 +164,7 @@ $(function() { | ||||||
| 	var updateFromCAT = function() { | 	var updateFromCAT = function() { | ||||||
| 	if($('select.radios option:selected').val() != '0') { | 	if($('select.radios option:selected').val() != '0') { | ||||||
| 		radioID = $('select.radios option:selected').val(); | 		radioID = $('select.radios option:selected').val(); | ||||||
| 		$.getJSON( base_url+"radio/json/" + radioID, function( data ) { | 		$.getJSON( base_url+"index.php/radio/json/" + radioID, function( data ) { | ||||||
| 
 | 
 | ||||||
| 			if (data.error) { | 			if (data.error) { | ||||||
| 				if (data.error == 'not_logged_in') { | 				if (data.error == 'not_logged_in') { | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用