remove fest banner (#75901)

* remove fest banner

* fix nit
pull/75985/head
Sandra McCann 3 years ago committed by GitHub
parent 5cb1210f82
commit 8e77943a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,8 @@
});
}
var banner = '';
//use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice
var extra_banner = '';
/*use extra_banner for when marketing wants something extra, like a survey or AnsibleFest notice
var extra_banner =
'<div id="latest_extra_banner_id" class="admonition important">' +
'<br>' +
@ -26,7 +27,7 @@
'<a href="https://reg.ansiblefest.redhat.com/flow/redhat/ansible21/regGenAttendee/login?sc_cid=7013a000002pemAAAQ">Register now!</a> ' +
'</p>' +
'<br>' +
'</div>';
'</div>'; */
// Create a banner if we're not on the official docs site
if (location.host == "docs.testing.ansible.com") {
document.write('<div id="testing_banner_id" class="admonition important">' +

Loading…
Cancel
Save