Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 29340571: Issue 3687 - Add experimental support for Safari content blockers (Closed)
Patch Set: Addressed Nits Created May 18, 2016, 11:30 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « metadata.common ('k') | options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
diff --git a/options.html b/options.html
index be728fd15ce748bb8517b41af744d582f3eadf6d..6d06dbf3e2cc991e19578dd0ec2bf331435328e1 100644
--- a/options.html
+++ b/options.html
@@ -100,6 +100,7 @@ button
{
color: #B0B0B0;
}
+#restart-safari,
.subscriptionUpdate.error
{
color: #FF0000;
@@ -288,6 +289,10 @@ button
<div id="shouldShowNotificationsContainer" data-section="notifications">
<input type="checkbox" id="shouldShowNotifications" /><label for="shouldShowNotifications" class="i18n_overlay_shownotifications_label"></label>
</div>
+ <div id="safariContentBlockerContainer">
+ <input type="checkbox" id="safariContentBlocker" /><label for="safariContentBlocker" class="i18n_safari_content_blocker"></label>
+ <span id="restart-safari" class="i18n_safari_restart"></span>
+ </div>
</p>
<p id="found-a-bug" class="i18n_found_a_bug"></p>
« no previous file with comments | « metadata.common ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld