Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 </header> | 4 </header> |
| 5 <include src="reset_profile_settings_banner.html"> | 5 <include src="reset_profile_settings_banner.html"> |
| 6 <include src="automatic_settings_reset_banner.html"> | 6 <include src="automatic_settings_reset_banner.html"> |
| 7 <if expr="chromeos"> | 7 <if expr="chromeos"> |
| 8 <include src="secondary_user_banner.html"> | 8 <include src="secondary_user_banner.html"> |
| 9 <section> | 9 <section> |
| 10 <div id="network-section-header" class="section-header"> | 10 <div id="network-section-header" class="section-header"> |
| (...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 990 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> | 990 <h3 i18n-content="resetProfileSettingsSectionTitle"></h3> |
| 991 <div> | 991 <div> |
| 992 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> | 992 <span class="settings-row" i18n-content="resetProfileSettingsDescription"> |
| 993 </span> | 993 </span> |
| 994 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> | 994 <button id="reset-profile-settings" i18n-content="resetProfileSettings"> |
| 995 </button> | 995 </button> |
| 996 </div> | 996 </div> |
| 997 </section> | 997 </section> |
| 998 </div> <!-- advanced-settings-container --> | 998 </div> <!-- advanced-settings-container --> |
| 999 </div> <!-- advanced-settings --> | 999 </div> <!-- advanced-settings --> |
| 1000 <footer> | 1000 <footer id="advanced-settings-footer"> |
|
Mike Lerman
2015/01/29 17:56:44
Why give the footer an id? Can't you jquery-select
Dan Beam
2015/01/29 20:07:15
$() is document.getElementById, not jQuery's sizzl
| |
| 1001 <a is="action-link" id="advanced-settings-expander" | 1001 <a is="action-link" id="advanced-settings-expander" |
| 1002 i18n-content="showAdvancedSettings"></a> | 1002 i18n-content="showAdvancedSettings"></a> |
| 1003 </footer> | 1003 </footer> |
| 1004 </div> | 1004 </div> |
| OLD | NEW |