From 0c4f00762800362659a44e82052f6006d71eb1af Mon Sep 17 00:00:00 2001 From: "Deployment Bot (from Travis CI)" Date: Tue, 24 Jul 2018 01:55:33 +0000 Subject: [PATCH] Deploy c3js/c3 to github.com/c3js/c3.git:gh-pages --- gettingstarted.html | 2 +- reference.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gettingstarted.html b/gettingstarted.html index 6136a94..3454310 100644 --- a/gettingstarted.html +++ b/gettingstarted.html @@ -259,7 +259,7 @@ $(function(){ function scrollToHash() { var hash = document.location.hash, - target = $('.column-content a[href^=' + hash + ']'), + target = $('.column-content h3 a[href^=' + hash + ']'), position; if (target.length) { position = target.offset().top - 60; diff --git a/reference.html b/reference.html index ed400e5..7478fa6 100644 --- a/reference.html +++ b/reference.html @@ -6669,7 +6669,7 @@ chart = chart.destroy(); $(function(){ function scrollToHash() { var hash = document.location.hash, - target = $('.column-content a[href^=' + hash + ']'), + target = $('.column-content h3 a[href^=' + hash + ']'), position; if (target.length) { position = target.offset().top - 60;