summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/options/content_settings.html17
1 files changed, 1 insertions, 16 deletions
diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
index 9e30782..4256bf67 100644
--- a/chrome/browser/resources/options/content_settings.html
+++ b/chrome/browser/resources/options/content_settings.html
@@ -100,7 +100,7 @@
<!-- JavaScript filter tab contents -->
<div id="javascriptFilterTab" class="subpages-tab-contents">
- <span i18n-content="javascript_setting"></span>
+ <h4 i18n-content="javascript_setting" class="contentSettingsHeader"></h4>
<table class="option-control-table">
<tr>
<td class="option-name"><label>
@@ -164,11 +164,6 @@
<span i18n-content="popups_block"></span>
</label></td>
</tr>
- <tr>
- <td class="option-name"><button id="popups-exceptions-button"
- i18n-content="content_exceptions"></button>
- </td>
- </tr>
</table>
<div class="exceptionsLink" i18n-content="content_exceptions"></div>
@@ -199,11 +194,6 @@
<span i18n-content="location_block"></span>
</label></td>
</tr>
- <tr>
- <td class="option-name"><button id="location-exceptions-button"
- i18n-content="content_exceptions"></button>
- </td>
- </tr>
</table>
<div class="exceptionsLink" i18n-content="content_exceptions"></div>
@@ -234,11 +224,6 @@
<span i18n-content="notifications_block"></span>
</label></td>
</tr>
- <tr>
- <td class="option-name"><button id="notifications-exceptions-button"
- i18n-content="content_exceptions"></button>
- </td>
- </tr>
</table>
<div class="exceptionsLink" i18n-content="content_exceptions"></div>