This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update toc.generator.js
pull/686/head
danpros
1 year ago
parent
a80ca28025
commit
863557c235
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
system/resources/js/toc.generator.js
+ 1
- 0
system/resources/js/toc.generator.js
View File
@ -52,6 +52,7 @@ function generateTOC (id) {
div
.
appendChild
(
link
)
;
toc
.
appendChild
(
div
)
;
}
)
;
documentRef
.
getElementById
(
'toc-wrapper'
+
id
)
.
classList
.
add
(
'visible'
)
;
documentRef
.
getElementById
(
'toc-wrapper'
+
id
)
.
style
.
display
=
'inline-block'
;
}
Write
Preview
Loading…
Cancel
Save