Fix the content inside docs/home (#9458)
- fix button inside `I am` section in docs/home - fix content inside `I want to` section in docs/home Signed-off-by: chandan kumar <chandan.kr404@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
5d40fe87f8
commit
edeeac6368
@@ -311,10 +311,15 @@ $( document ).ready(function() {
|
||||
}
|
||||
}
|
||||
|
||||
window.onpopstate = function() {
|
||||
window.history.back();
|
||||
}
|
||||
|
||||
function main() {
|
||||
// Set up UI
|
||||
buildCards();
|
||||
attachCardEvents();
|
||||
setupCardState();
|
||||
}
|
||||
|
||||
// What actually executes on page load
|
||||
|
||||
Reference in New Issue
Block a user