mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix typo in Javascript comment
This commit is contained in:
committed by
GitHub
parent
728620b527
commit
b569fcbc25
@@ -56,7 +56,7 @@ function toc_scroll_position(container) {
|
||||
}
|
||||
}
|
||||
|
||||
// set active call for current ToC item
|
||||
// set active class for current ToC item
|
||||
if (current_toc_item != null) {
|
||||
current_toc_item.classList.add("active");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user