[Advanced Search] Fixes issue when saving changes you lose the filter settings (Issue #507)

这个提交包含在:
Peter Goodhall 2020-09-30 17:19:11 +01:00
父节点 c763efbe94
当前提交 2623588c87

查看文件

@ -1755,7 +1755,7 @@ $(document).ready(function(){
success: function (dataofconfirm) {
$(".edit-dialog").modal('hide');
$(".qso-dialog").modal('hide');
location.reload();
<?php if ($this->uri->segment(1) != "search" && $this->uri->segment(2) != "filter") { ?>location.reload();<?php } ?>
}
});
}