|
|
|
@ -19,7 +19,7 @@ import {initMarkupAnchors} from './markup/anchors.js';
|
|
|
|
|
import {initNotificationCount, initNotificationsTable} from './features/notification.js'; |
|
|
|
|
import {initRepoIssueContentHistory} from './features/repo-issue-content.js'; |
|
|
|
|
import {initStopwatch} from './features/stopwatch.js'; |
|
|
|
|
import {initCommentContent, initMarkupContent} from './markup/content.js'; |
|
|
|
|
import {initCommentContent, initMarkupContent, initTrustPropsContent} from './markup/content.js'; |
|
|
|
|
|
|
|
|
|
import {initUserAuthLinkAccountView, initUserAuthOauth2} from './features/user-auth.js'; |
|
|
|
|
import { |
|
|
|
@ -105,6 +105,7 @@ $(document).ready(() => {
|
|
|
|
|
initFootLanguageMenu(); |
|
|
|
|
|
|
|
|
|
initCommentContent(); |
|
|
|
|
initTrustPropsContent() |
|
|
|
|
initContextPopups(); |
|
|
|
|
initHeatmap(); |
|
|
|
|
initImageDiff(); |
|
|
|
|