* fix bug for maxcount config.

This commit is contained in:
wangyidong
2023-03-23 14:49:40 +08:00
parent e075616a7e
commit aac5f7c4d2
2 changed files with 4 additions and 3 deletions
+3
View File
@@ -1,3 +1,5 @@
<?php $oldMaxCount = $this->config->maxCount;?>
<?php $this->config->maxCount = 500;?>
<style>
#taskTeamEditor button > i {color: #5e626d;}
#taskTeamEditor .estimateBox span {background-color: #fff;}
@@ -359,3 +361,4 @@ function setLineNumber()
}
</script>
<?php $this->config->maxCount = $oldMaxCount;?>