diff options
Diffstat (limited to 'tools/droiddoc/templates-pdk/trailer.cs')
-rw-r--r-- | tools/droiddoc/templates-pdk/trailer.cs | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/tools/droiddoc/templates-pdk/trailer.cs b/tools/droiddoc/templates-pdk/trailer.cs index 155ba58..46c7bbc 100644 --- a/tools/droiddoc/templates-pdk/trailer.cs +++ b/tools/droiddoc/templates-pdk/trailer.cs @@ -1,11 +1,19 @@ </div> <!-- end body-content --> <?cs # normally opened by header.cs ?> - <script type="text/javascript"> init(); /* initialize android-developer-docs.js */ -var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); -document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> -<script type="text/javascript"> -var pageTracker = _gat._getTracker("UA-5831155-1"); -pageTracker._trackPageview(); -</script>
\ No newline at end of file +<!-- + Copyright 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> |