Merge pull request #726 from AndreasK79/reload_disable_on_save_qso

[Edit QSO] Disabled reload of page when editing and saving QSO while …
这个提交包含在:
Peter Goodhall 2020-12-02 16:39:57 +00:00 提交者 GitHub
当前提交 c1b0d49ae7
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -1875,7 +1875,7 @@ $(document).ready(function(){
success: function (dataofconfirm) {
$(".edit-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) {
console.log(xhr.responseText);