[build] 4.3.2

This commit is contained in:
qingwei.li 2017-09-01 15:53:04 +08:00
parent a0e1ea811a
commit c9d556d829
5 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>4.3.1</small>
# docsify <small>4.3.2</small>
> A magical documentation site generator.

View File

@ -3210,7 +3210,7 @@ function scrollActiveSidebar (router) {
href = router.parse(href).query.id;
}
nav[decodeURIComponent(href)] = li;
if (href) { nav[decodeURIComponent(href)] = li; }
}
off('scroll', highlight);
@ -3220,6 +3220,8 @@ function scrollActiveSidebar (router) {
}
function scrollIntoView (id) {
if (!id) { return }
var section = find('#' + id);
section && scrollTo(section);
@ -3944,7 +3946,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.3.1';
Docsify.version = '4.3.2';
/**
* Run Docsify

4
lib/docsify.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -37,5 +37,5 @@
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
}
},
"version": "4.3.1"
"version": "4.3.2"
}

View File

@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.3.1",
"version": "4.3.2",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",