Skip to content

Commit 97244ae

Browse files
committed
Re: #44 - Updated built files
1 parent 3c71516 commit 97244ae

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

demos/default.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,10 @@ <h2>Donation</h2>
437437
<script>
438438
$(function() {
439439

440-
var toc = $("#toc").tocify({ selectors: "h2,h3,h4,h5", scrollHistory: true }).data("toc-tocify");
440+
var toc = $("#toc").tocify({
441+
selectors: "h2,h3,h4,h5",
442+
scrollHistory: true
443+
}).data("toc-tocify");
441444

442445
prettyPrint();
443446
$(".optionName").popover({ trigger: "hover" });

src/javascripts/jquery.tocify.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)