Update qso.js
这个提交包含在:
		
							父节点
							
								
									f82bff2d8c
								
							
						
					
					
						当前提交
						3511c49047
					
				
					共有  1 个文件被更改,包括 3 次插入 和 3 次删除
				
			
		|  | @ -692,7 +692,7 @@ $("#locator").keyup(function(){ | ||||||
| 
 | 
 | ||||||
| 				//logbook/jsonlookupgrid/io77/SAT/0/0
 | 				//logbook/jsonlookupgrid/io77/SAT/0/0
 | ||||||
| 
 | 
 | ||||||
| 				$.getJSON('logbook/jsonlookupgrid/' + qra_lookup.toUpperCase() + '/SAT/0/0', function(result) | 				$.getJSON(base_url + 'index.php/logbook/jsonlookupgrid/' + qra_lookup.toUpperCase() + '/SAT/0/0', function(result) | ||||||
| 				{ | 				{ | ||||||
| 					// Reset CSS values before updating
 | 					// Reset CSS values before updating
 | ||||||
| 					$('#locator').removeClass("workedGrid"); | 					$('#locator').removeClass("workedGrid"); | ||||||
|  | @ -711,7 +711,7 @@ $("#locator").keyup(function(){ | ||||||
| 					} | 					} | ||||||
| 				}) | 				}) | ||||||
| 			} else { | 			} else { | ||||||
| 				$.getJSON('logbook/jsonlookupgrid/' + qra_lookup.toUpperCase() + '/0/' + $("#band").val() +'/' + $("#mode").val(), function(result) | 				$.getJSON(base_url + 'index.php/logbook/jsonlookupgrid/' + qra_lookup.toUpperCase() + '/0/' + $("#band").val() +'/' + $("#mode").val(), function(result) | ||||||
| 				{ | 				{ | ||||||
| 					// Reset CSS values before updating
 | 					// Reset CSS values before updating
 | ||||||
| 					$('#locator').removeClass("workedGrid"); | 					$('#locator').removeClass("workedGrid"); | ||||||
|  | @ -733,7 +733,7 @@ $("#locator").keyup(function(){ | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		if(qra_input.length >= 4 && $(this).val().length > 0) { | 		if(qra_input.length >= 4 && $(this).val().length > 0) { | ||||||
| 			$.getJSON('logbook/qralatlngjson/' + $(this).val(), function(result) | 			$.getJSON(base_url + 'index.php/logbook/qralatlngjson/' + $(this).val(), function(result) | ||||||
| 			{ | 			{ | ||||||
| 				// Set Map to Lat/Long
 | 				// Set Map to Lat/Long
 | ||||||
| 				markers.clearLayers(); | 				markers.clearLayers(); | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用