Home | History | Annotate | Download | only in private
      1 <div id="gc-footer">
      2   <button class="google-button" id="scroll-to-top"></button>
      3   <button class="google-button" id="send-feedback">Send Feedback</button>
      4   <div class="text">
      5     <p>
      6       Except as otherwise <a href="http://code.google.com/policies.html#restrictions">noted</a>,
      7       the content of this page is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons
      8       Attribution 3.0 License</a>, and code samples are licensed under the
      9       <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD License</a>.
     10     </p>
     11     <p>
     12       2013 Google
     13     </p>
     14     <script src="{{static}}/js/platform_chooser.js" type="text/javascript"></script>
     15     <script src="{{static}}/js/popup.js" type="text/javascript"></script>
     16     <script src="{{static}}/js/prettify.js" type="text/javascript"></script>
     17     <script src="{{static}}/js/scroll.js" type="text/javascript"></script>
     18     <script src="{{static}}/js/sidebar.js" type="text/javascript"></script>
     19     <script src="{{static}}/js/tabs.js" type="text/javascript"></script>
     20     <script>
     21       (function() {
     22         // Auto syntax highlight all pre tags.
     23         var preElements = document.getElementsByTagName('pre');
     24         for (var i = 0; i < preElements.length; i++)
     25           preElements[i].classList.add('prettyprint');
     26         prettyPrint();
     27       })();
     28     </script>
     29 
     30     <script>
     31       (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
     32       (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
     33       m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
     34       })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
     35 
     36       ga('create', 'UA-41980257-1', 'chrome.com');
     37       ga('send', 'pageview');
     38 
     39     </script>
     40 
     41     <!-- Feedback. -->
     42     <script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></script>
     43     <script type="text/javascript">
     44       (function() {
     45        document.getElementById('send-feedback').addEventListener('click', function() {
     46          userfeedback.api.startFeedback({ productId: 86265 });
     47        });
     48       })();
     49     </script>
     50   </div>
     51 </div>
     52