Generated ref docs, kubectl commands, 1.10. (#7880)
This commit is contained in:
committed by
zacharysarah
parent
97531a5cd7
commit
967f8b55da
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