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:
Chandan Kumar
2018-07-12 08:43:25 +05:30
committed by k8s-ci-robot
parent 5d40fe87f8
commit edeeac6368
+5
View File
@@ -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