kubectl reference docs for 1.11 (#9080)

This commit is contained in:
Qiming
2018-06-15 12:05:29 +08:00
committed by Misty Linville
parent 26805bbcf6
commit 657632393b
3 changed files with 1928 additions and 3330 deletions
@@ -187,10 +187,10 @@ $(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);
var activeElemToken = checkActiveElement(flatToc, scrollPosition);
});
});
});