Change the ToC hiding rule.
Adapt to bootstrap-toc plugins.
This commit is contained in:
parent
924cfa7426
commit
9992e11228
2 changed files with 2 additions and 5 deletions
|
@ -7,10 +7,7 @@
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
if ($("#post-wrap .post-content h1").length == 0
|
if ($("#post-wrap .post-content h1").length == 0
|
||||||
&& $("#post-wrap .post-content h2").length == 0
|
&& $("#post-wrap .post-content h2").length == 0) {
|
||||||
&& $("#post-wrap .post-content h3").length == 0
|
|
||||||
&& $("#post-wrap .post-content h4").length == 0
|
|
||||||
&& $("#post-wrap .post-content h5").length == 0) {
|
|
||||||
$("#toc-wrap").addClass("hidden");
|
$("#toc-wrap").addClass("hidden");
|
||||||
}
|
}
|
||||||
});
|
});
|
2
assets/js/dist/toc.min.js
vendored
2
assets/js/dist/toc.min.js
vendored
|
@ -1 +1 @@
|
||||||
$(function(){if($("#post-wrap .post-content h1").length==0&&$("#post-wrap .post-content h2").length==0&&$("#post-wrap .post-content h3").length==0&&$("#post-wrap .post-content h4").length==0&&$("#post-wrap .post-content h5").length==0){$("#toc-wrap").addClass("hidden")}});
|
$(function(){if($("#post-wrap .post-content h1").length==0&&$("#post-wrap .post-content h2").length==0){$("#toc-wrap").addClass("hidden")}});
|
Loading…
Reference in a new issue