Skip to content

Commit f0265ed

Browse files
Nicolás Mutis Mesachrisvfritz
Nicolás Mutis Mesa
authored andcommitted
fix: Correct sidebar anchor targets (#1366)
Change function execution order to correct sidebar anchor targets; more concise fix to #1348.
1 parent 739471e commit f0265ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: themes/vue/source/js/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
initVideoModal()
44
if (PAGE_TYPE) {
55
initVersionSelect()
6-
initSubHeaders()
76
initApiSpecLinks()
7+
initSubHeaders()
88
initLocationHashFuzzyMatching()
99
}
1010

0 commit comments

Comments
 (0)