We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7403f3 + 507add8 commit ec89e9fCopy full SHA for ec89e9f
_templates/_page_openshift.html.erb
@@ -842,7 +842,7 @@
842
<!-- hide footer after 3 seconds -->
843
<script type="text/javascript">
844
const hideFooter = () => {
845
- document.querySelector('footer#rh').style.display = "none";
+ document.querySelector('footer#rh, footer.footer-origin-docs').style.display = "none";
846
};
847
848
window.addEventListener('load', function() {
0 commit comments