1
0
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:
Aidan Reilly
2025-01-16 15:46:47 +00:00
parent 750393f54f
commit 507add824e

View File

@@ -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() {