From 87aa47fb0eff160ba0f6a322ac87ec9b1bd01389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Mutis=20Mesa?= Date: Thu, 4 Jan 2018 18:20:10 +1100 Subject: [PATCH] fix: Correct sidebar anchor targets Change function execution order to correct sidebar anchor targets; more concise fix to https://github.com/vuejs/vuejs.org/pull/1348. --- themes/vue/source/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vue/source/js/common.js b/themes/vue/source/js/common.js index 9ba7686c81..5974e7a01e 100644 --- a/themes/vue/source/js/common.js +++ b/themes/vue/source/js/common.js @@ -3,8 +3,8 @@ initVideoModal() if (PAGE_TYPE) { initVersionSelect() - initSubHeaders() initApiSpecLinks() + initSubHeaders() initLocationHashFuzzyMatching() }