| 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> |