diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 94a32c967b2..1ae0219b193 100644 --- a/docs/docsite/.templates/banner.html +++ b/docs/docsite/.templates/banner.html @@ -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 = '
' + '
' + @@ -26,7 +27,7 @@ 'Register now! ' + '

' + '
' + - '
'; + ''; */ // Create a banner if we're not on the official docs site if (location.host == "docs.testing.ansible.com") { document.write('
' +