Merge pull request #726 from AndreasK79/reload_disable_on_save_qso
[Edit QSO] Disabled reload of page when editing and saving QSO while …
这个提交包含在:
		
						当前提交
						c1b0d49ae7
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -1875,7 +1875,7 @@ $(document).ready(function(){ | ||||||
|                 success: function (dataofconfirm) { |                 success: function (dataofconfirm) { | ||||||
|                     $(".edit-dialog").modal('hide'); |                     $(".edit-dialog").modal('hide'); | ||||||
|                     $(".qso-dialog").modal('hide'); |                     $(".qso-dialog").modal('hide'); | ||||||
|                     <?php if ($this->uri->segment(1) != "search" && $this->uri->segment(2) != "filter") { ?>location.reload();<?php } ?>
 |                     <?php if ($this->uri->segment(1) != "search" && $this->uri->segment(2) != "filter" && $this->uri->segment(1) != "qso") { ?>location.reload();<?php } ?>
 | ||||||
|                 }, |                 }, | ||||||
|                 error: function(xhr, status, error) { |                 error: function(xhr, status, error) { | ||||||
|                     console.log(xhr.responseText); |                     console.log(xhr.responseText); | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用