[Edit QSO] Disabled reload of page when editing and saving QSO while in Live QSO/Post QSO

这个提交包含在:
Andreas 2020-11-30 20:39:25 +01:00
父节点 47e8adda89
当前提交 a9ab3c01f7

查看文件

@ -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);