Skip to content

Commit 33761ff

Browse files
Nicolás Mutis Mesavuejs-jp-bot
Nicolás Mutis Mesa
authored andcommitted
fix: Correct sidebar anchor targets (vuejs#1366)
Change function execution order to correct sidebar anchor targets; more concise fix to vuejs/v2.vuejs.org#1348.
1 parent 09836ad commit 33761ff

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)