[build] 4.1.12

This commit is contained in:
qingwei.li 2017-06-03 20:12:32 +08:00
commit 54a48dd3ff
No known key found for this signature in database
GPG key ID: B6DDC2F7AE80B2F4
5 changed files with 6 additions and 6 deletions

View file

@ -3162,7 +3162,7 @@ function renderMixin (proto) {
this._renderTo('.sidebar-nav', this.compiler.sidebar(text, maxLevel));
var activeEl = getAndActive(this.router, '.sidebar-nav', true, true);
if (loadSidebar && activeEl) {
activeEl.parentNode.innerHTML += this.compiler.subSidebar(subMaxLevel);
activeEl.parentNode.innerHTML += (this.compiler.subSidebar(subMaxLevel) || '');
} else {
// reset toc
this.compiler.subSidebar();
@ -3750,7 +3750,7 @@ initGlobalAPI();
/**
* Version
*/
Docsify.version = '4.1.11';
Docsify.version = '4.1.12';
/**
* Run Docsify