Ignore manual parameter on editing contests

这个提交包含在:
phl0 2023-04-25 00:06:52 +02:00
父节点 e0a04cbe41
当前提交 cd0fb19d6c
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -2392,7 +2392,7 @@ function deleteQsl(id) {
}); });
} }
</script> </script>
<?php if ($this->uri->segment(1) == "contesting" && $this->uri->segment(2) != "add" ) { ?> <?php if ($this->uri->segment(1) == "contesting" && ($this->uri->segment(2) != "add" && $this->uri->segment(2) != "edit")) { ?>
<script> <script>
var manual = <?php echo $_GET['manual']; ?>; var manual = <?php echo $_GET['manual']; ?>;
</script> </script>