Browse Source

取消注释

pull/2019/head
wangjr 3 years ago
parent
commit
20c24e8be5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -747,7 +747,7 @@ function initCommentForm() {
// Milestone and assignee
selectItem('.select-milestone', '#milestone_id');
selectItem('.select-assignee', '#assignee_id');
//selectItem('.select-branch', '');
selectItem('.select-branch', '');
}

function initInstall() {


Loading…
Cancel
Save