More fixes.

This commit is contained in:
Marcin Wichary 2018-04-02 12:17:46 -07:00
parent 846d64308a
commit 5a0370f74c

View File

@ -14,7 +14,7 @@ window.jumpTo = function jumpTo (targetCls) {
}
window.createJumpTo = function createJumpTo () {
const examplesSection = document.querySelector('.examples-from-your-code') || document.querySelector('.examples');
const examplesSection = document.querySelector('.examples-from-your-code') || document.querySelector('.how-to');
const docsSection = document.querySelector('.summary');
const links = [];