diff options
author | smain@google.com <smain@google.com> | 2014-11-03 18:28:17 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2014-11-04 02:30:38 +0000 |
commit | 632070c9400dea40edd4a00eb9db9d89e3852601 (patch) | |
tree | 9da753fb42a65e7461b221f640c75ea6d6f8ccb7 /tools | |
parent | 4244929faaaffe957e8f23f3f261fd3acdbc928c (diff) | |
download | build-632070c9400dea40edd4a00eb9db9d89e3852601.zip build-632070c9400dea40edd4a00eb9db9d89e3852601.tar.gz build-632070c9400dea40edd4a00eb9db9d89e3852601.tar.bz2 |
hide the Helpouts recruitment banner
Change-Id: I30cd8eb0edd8634bd6dd2f0900763c6bdd866953
(cherry picked from commit bc13779d664a51efc0fb9ac489d2724cca2536fb)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/components/masthead.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-sdk/components/masthead.cs b/tools/droiddoc/templates-sdk/components/masthead.cs index 2dde104..a04c523 100644 --- a/tools/droiddoc/templates-sdk/components/masthead.cs +++ b/tools/droiddoc/templates-sdk/components/masthead.cs @@ -160,6 +160,7 @@ <div class="wrap" style="position:relative;z-index:1"> <?cs if:reference ?> + <?cs # HIDE HELPOUTS RECRUIT BANNER <a id="helpoutsLink" class="resource resource-card resource-card-6x2x3 resource-card-6x2 helpouts-card" href="http://helpouts.google.com/partner/landing/provider/googledevelopers" target="_blank"> <div class="card-bg helpouts-card-bg"></div> @@ -185,6 +186,7 @@ $("span#helpoutsLinkText").text(textB); } </script> + END HIDE HELPOUTS ?> <?cs /if ?> <ul class="nav-x col-9 develop" style="width:100%"> |