[Edit QSO] Disabled reload of page when editing and saving QSO while in Live QSO/Post QSO
这个提交包含在:
父节点
47e8adda89
当前提交
a9ab3c01f7
共有 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);
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用