| OLD | NEW |
| 1 <div id="gc-footer"> | 1 <div id="gc-footer"> |
| 2 <button id="send-feedback">Send Feedback</button> | 2 <button id="send-feedback">Send Feedback</button> |
| 3 <div class="text"> | 3 <div class="text"> |
| 4 <p> | 4 <p> |
| 5 Except as otherwise <a href="http://code.google.com/policies.html#restrict
ions">noted</a>, | 5 Except as otherwise <a href="http://code.google.com/policies.html#restrict
ions">noted</a>, |
| 6 the content of this page is licensed under the <a rel="license" href="http
://creativecommons.org/licenses/by/3.0/">Creative Commons | 6 the content of this page is licensed under the <a rel="license" href="http
://creativecommons.org/licenses/by/3.0/">Creative Commons |
| 7 Attribution 3.0 License</a>, and code samples are licensed under the | 7 Attribution 3.0 License</a>, and code samples are licensed under the |
| 8 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD
License</a>. | 8 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD
License</a>. |
| 9 </p> | 9 </p> |
| 10 <p> | 10 <p> |
| 11 ©2012 Google | 11 ©2012 Google |
| 12 </p> | 12 </p> |
| 13 <script src="{{static}}/js/branch.js" type="text/javascript"></script> | 13 <script src="{{static}}/js/branch.js" type="text/javascript"></script> |
| 14 <script src="{{static}}/js/popup.js" type="text/javascript"></script> | 14 <script src="{{static}}/js/popup.js" type="text/javascript"></script> |
| 15 <script src="{{static}}/js/prettify.js" type="text/javascript"></script> | 15 <script src="{{static}}/js/prettify.js" type="text/javascript"></script> |
| 16 <script src="{{static}}/js/scroll.js" type="text/javascript"></script> | 16 <script src="{{static}}/js/scroll.js" type="text/javascript"></script> |
| 17 <script src="{{static}}/js/sidebar.js" type="text/javascript"></script> | 17 <script src="{{static}}/js/sidebar.js" type="text/javascript"></script> |
| 18 <script src="{{static}}/js/tabs.js" type="text/javascript"></script> |
| 18 <script> | 19 <script> |
| 19 (function() { | 20 (function() { |
| 20 // Auto syntax highlight all pre tags. | 21 // Auto syntax highlight all pre tags. |
| 21 var preElements = document.getElementsByTagName('pre'); | 22 var preElements = document.getElementsByTagName('pre'); |
| 22 for (var i = 0; i < preElements.length; i++) | 23 for (var i = 0; i < preElements.length; i++) |
| 23 preElements[i].classList.add('prettyprint'); | 24 preElements[i].classList.add('prettyprint'); |
| 24 prettyPrint(); | 25 prettyPrint(); |
| 25 })(); | 26 })(); |
| 26 </script> | 27 </script> |
| 27 <script src="https://www.google-analytics.com/urchin.js" type="text/javascri
pt"></script> | 28 <script src="https://www.google-analytics.com/urchin.js" type="text/javascri
pt"></script> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 46 <script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></scr
ipt> | 47 <script type="text/javascript" src="//www.gstatic.com/feedback/api.js"></scr
ipt> |
| 47 <script type="text/javascript"> | 48 <script type="text/javascript"> |
| 48 (function() { | 49 (function() { |
| 49 document.getElementById('send-feedback').addEventListener('click', functi
on() { | 50 document.getElementById('send-feedback').addEventListener('click', functi
on() { |
| 50 userfeedback.api.startFeedback({ productId: 86265 }); | 51 userfeedback.api.startFeedback({ productId: 86265 }); |
| 51 }); | 52 }); |
| 52 })(); | 53 })(); |
| 53 </script> | 54 </script> |
| 54 </div> | 55 </div> |
| 55 </div> | 56 </div> |
| OLD | NEW |