Skip to content

Commit

Permalink
deploy: a12b3e6
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Jan 2, 2025
1 parent 48dcdc7 commit 33fda15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded "><a href="installation.html" target="_parent"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="managing-scripts.html" target="_parent"><strong aria-hidden="true">2.</strong> Managing Scripts</a></li><li class="chapter-item expanded "><a href="controlling-script-bindings.html" target="_parent"><strong aria-hidden="true">3.</strong> Controlling Script Bindings</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded "><a href="installation.html" target="_parent"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded affix "><li class="part-title">Quick Start</li><li class="chapter-item expanded "><a href="managing-scripts.html" target="_parent"><strong aria-hidden="true">2.</strong> Managing Scripts</a></li><li class="chapter-item expanded "><a href="controlling-script-bindings.html" target="_parent"><strong aria-hidden="true">3.</strong> Controlling Script Bindings</a></li></ol>
</body>
</html>
2 changes: 1 addition & 1 deletion toc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MDBookSidebarScrollbox extends HTMLElement {
super();
}
connectedCallback() {
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="managing-scripts.html"><strong aria-hidden="true">2.</strong> Managing Scripts</a></li><li class="chapter-item expanded "><a href="controlling-script-bindings.html"><strong aria-hidden="true">3.</strong> Controlling Script Bindings</a></li></ol>';
this.innerHTML = '<ol class="chapter"><li class="chapter-item expanded "><a href="installation.html"><strong aria-hidden="true">1.</strong> Installation</a></li><li class="chapter-item expanded affix "><li class="part-title">Quick Start</li><li class="chapter-item expanded "><a href="managing-scripts.html"><strong aria-hidden="true">2.</strong> Managing Scripts</a></li><li class="chapter-item expanded "><a href="controlling-script-bindings.html"><strong aria-hidden="true">3.</strong> Controlling Script Bindings</a></li></ol>';
// Set the current, active page, and reveal it if it's hidden
let current_page = document.location.href.toString();
if (current_page.endsWith("/")) {
Expand Down

0 comments on commit 33fda15

Please sign in to comment.