Ignore manual parameter on editing contests
这个提交包含在:
父节点
e0a04cbe41
当前提交
cd0fb19d6c
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -2392,7 +2392,7 @@ function deleteQsl(id) {
|
|||
});
|
||||
}
|
||||
</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>
|
||||
var manual = <?php echo $_GET['manual']; ?>;
|
||||
</script>
|
||||
|
|
|
|||
正在加载…
在新工单中引用