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.
1 parent 750393f commit 507add8Copy full SHA for 507add8
_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