| OLD | NEW |
| 1 <div id="gc-container" class="labs"> | 1 <div id="gc-container" class="labs"> |
| 2 <div id="devModeWarning"> |
| 3 You are viewing extension docs in chrome via the 'file:' scheme: are you
expecting to see local changes when you refresh? You'll need run chrome with --
allow-file-access-from-files. |
| 4 </div> |
| 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> | 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> |
| 3 <!-- In particular, sub-templates that recurse, must be used by allowing | 6 <!-- In particular, sub-templates that recurse, must be used by allowing |
| 4 jstemplate to make a copy of the template in this section which | 7 jstemplate to make a copy of the template in this section which |
| 5 are not operated on by way of the jsskip="true" --> | 8 are not operated on by way of the jsskip="true" --> |
| 6 <div jsskip="true" style="display:none"> | 9 <div jsskip="true" style="display:none"> |
| 7 | 10 |
| 8 <!-- VALUE --> | 11 <!-- VALUE --> |
| 9 <div id="valueTemplate"> | 12 <div id="valueTemplate"> |
| 10 <dt> | 13 <dt> |
| 11 <var jsdisplay="$this.name" jscontent="$this.name">paramName</var> | 14 <var jsdisplay="$this.name" jscontent="$this.name">paramName</var> |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 _uanchor=1; | 431 _uanchor=1; |
| 429 _uff=0; | 432 _uff=0; |
| 430 urchinTracker(); | 433 urchinTracker(); |
| 431 } | 434 } |
| 432 catch(e) {/* urchinTracker not available. */} | 435 catch(e) {/* urchinTracker not available. */} |
| 433 </script> | 436 </script> |
| 434 <!-- end analytics --> | 437 <!-- end analytics --> |
| 435 </div> | 438 </div> |
| 436 </div> <!-- /gc-footer --> | 439 </div> <!-- /gc-footer --> |
| 437 </div> <!-- /gc-container --> | 440 </div> <!-- /gc-container --> |
| OLD | NEW |