view logs

This commit is contained in:
wxiaoguang
2022-09-30 00:06:59 +08:00
committed by Jason Song
parent 5f0cb6b9e5
commit 4f2330623e
6 changed files with 336 additions and 1 deletions

View File

@ -90,6 +90,7 @@ import {initRepoCommentForm, initRepository} from './features/repo-legacy.js';
import {initFormattingReplacements} from './features/formatting.js';
import {initMcaptcha} from './features/mcaptcha.js';
import {initCopyContent} from './features/copycontent.js';
import {initRepositoryBuildView} from './components/RepoBuildView.vue';
// Run time-critical code as soon as possible. This is safe to do because this
// script appears at the end of <body> and rendered HTML is accessible at that point.
@ -187,6 +188,7 @@ $(document).ready(() => {
initRepoTopicBar();
initRepoWikiForm();
initRepository();
initRepositoryBuildView();
initCommitStatuses();
initMcaptcha();