We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6268a2 commit 197eaf6Copy full SHA for 197eaf6
web_src/js/index.js
@@ -88,6 +88,7 @@ import {initFormattingReplacements} from './features/formatting.js';
88
import {initCopyContent} from './features/copycontent.js';
89
import {initCaptcha} from './features/captcha.js';
90
import {initRepositoryActionView} from './components/RepoActionView.vue';
91
+import {initGlobalTooltips} from './modules/tippy.js';
92
import {initGiteaFomantic} from './modules/fomantic.js';
93
94
// Run time-critical code as soon as possible. This is safe to do because this
0 commit comments