File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import {minimatch} from 'minimatch';
3
3
import { createMonaco } from './codeeditor.ts' ;
4
4
import { onInputDebounce , queryElems , toggleElem } from '../utils/dom.ts' ;
5
5
import { POST } from '../modules/fetch.ts' ;
6
+ import { initRepoBranchesSettings } from './repo-settings-branches.ts' ;
6
7
7
8
const { appSubUrl, csrfToken} = window . config ;
8
9
@@ -154,4 +155,5 @@ export function initRepoSettings() {
154
155
initRepoSettingsCollaboration ( ) ;
155
156
initRepoSettingsSearchTeamBox ( ) ;
156
157
initRepoSettingsGitHook ( ) ;
158
+ initRepoBranchesSettings ( ) ;
157
159
}
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ import {initCommonIssueListQuickGoto} from './features/common-issue-list.ts';
64
64
import { initRepoContributors } from './features/contributors.ts' ;
65
65
import { initRepoCodeFrequency } from './features/code-frequency.ts' ;
66
66
import { initRepoRecentCommits } from './features/recent-commits.ts' ;
67
- import { initRepoBranchesSettings } from './features/repo-settings-branches.ts' ;
68
67
import { initRepoDiffCommitBranchesAndTags } from './features/repo-diff-commit.ts' ;
69
68
import { initDirAuto } from './modules/dirauto.ts' ;
70
69
import { initRepositorySearch } from './features/repo-search.ts' ;
@@ -190,7 +189,6 @@ onDomReady(() => {
190
189
initRepoPullRequestReview ,
191
190
initRepoRelease ,
192
191
initRepoReleaseNew ,
193
- initRepoBranchesSettings ,
194
192
initRepoTemplateSearch ,
195
193
initRepoTopicBar ,
196
194
initRepoWikiForm ,
You can’t perform that action at this time.
0 commit comments