mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
hide OKD footer after 3 seconds
This commit is contained in:
@@ -842,7 +842,7 @@
|
||||
<!-- hide footer after 3 seconds -->
|
||||
<script type="text/javascript">
|
||||
const hideFooter = () => {
|
||||
document.querySelector('footer#rh').style.display = "none";
|
||||
document.querySelector('footer#rh, footer.footer-origin-docs').style.display = "none";
|
||||
};
|
||||
|
||||
window.addEventListener('load', function() {
|
||||
|
||||
Reference in New Issue
Block a user