committed by
k8s-ci-robot
parent
409e77d3e5
commit
17323ce077
+9265
-3084
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 434 KiB After Width: | Height: | Size: 434 KiB |
Generated
Vendored
+2
File diff suppressed because one or more lines are too long
+1
-1
@@ -187,7 +187,7 @@ $(document).ready(function() {
|
|||||||
var scrollPosition = $(window).scrollTop();
|
var scrollPosition = $(window).scrollTop();
|
||||||
scrollActions(scrollPosition);
|
scrollActions(scrollPosition);
|
||||||
checkActiveElement(flatToc, scrollPosition);
|
checkActiveElement(flatToc, scrollPosition);
|
||||||
// TODO: prevent scroll on sidebar from propagating to window
|
// TODO: prevent scroll on sidebar from propogating to window
|
||||||
$(window).on('scroll', function(event) {
|
$(window).on('scroll', function(event) {
|
||||||
var scrollPosition = $(window).scrollTop();
|
var scrollPosition = $(window).scrollTop();
|
||||||
var activeSectionTokens = scrollActions(scrollPosition);
|
var activeSectionTokens = scrollActions(scrollPosition);
|
||||||
File diff suppressed because one or more lines are too long
Generated
Vendored
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user