Merge pull request #1489 from Werzi2001/fix_setRst_error
setRst is now always called and therefore has to be present always
这个提交包含在:
		
						当前提交
						64c9eb4fbb
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -1058,7 +1058,7 @@ $(document).on('keypress',function(e) { | ||||||
|   </script> |   </script> | ||||||
| 
 | 
 | ||||||
| <?php } ?>
 | <?php } ?>
 | ||||||
| <?php if ( ($this->uri->segment(1) == "qso" && $_GET['manual'] == 0) || ($this->uri->segment(1) == "contesting" && $this->uri->segment(2) != "add")) { ?>
 | <?php if ( $this->uri->segment(1) == "qso" || ($this->uri->segment(1) == "contesting" && $this->uri->segment(2) != "add")) { ?>
 | ||||||
|     <script> |     <script> | ||||||
|     function setRst(mode) { |     function setRst(mode) { | ||||||
|         if(mode == 'JT65' || mode == 'JT65B' || mode == 'JT6C' || mode == 'JTMS' || mode == 'ISCAT' || mode == 'MSK144' || mode == 'JTMSK' || mode == 'QRA64' || mode == 'FT8' || mode == 'FT4' || mode == 'JS8' || mode == 'JT9' || mode == 'JT9-1' || mode == 'ROS'){ |         if(mode == 'JT65' || mode == 'JT65B' || mode == 'JT6C' || mode == 'JTMS' || mode == 'ISCAT' || mode == 'MSK144' || mode == 'JTMSK' || mode == 'QRA64' || mode == 'FT8' || mode == 'FT4' || mode == 'JS8' || mode == 'JT9' || mode == 'JT9-1' || mode == 'ROS'){ | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用