Generated ref docs, kubectl commands, 1.10. (#7880)
This commit is contained in:
committed by
k8s-ci-robot
parent
5c06a8be58
commit
95e561e3bb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -187,7 +187,7 @@ $(document).ready(function() {
|
||||
var scrollPosition = $(window).scrollTop();
|
||||
scrollActions(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) {
|
||||
var scrollPosition = $(window).scrollTop();
|
||||
var activeSectionTokens = scrollActions(scrollPosition);
|
||||
|
||||
Reference in New Issue
Block a user