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

Unified Diff: options.html

Issue 8630094: adblockplusopera: Remove domain whitelisting (Closed)
Patch Set: Created Oct. 22, 2012, 3:37 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -127,7 +127,6 @@
<ul>
<li><a href="#tab-filterlists"><span class="i18n_filter_lists"></span></a></li>
<li><a href="#tab-userfilters"><span class="i18n_add_your_own_filters"></span></a></li>
- <li><a href="#tab-whitelisted"><span class="i18n_whitelisted_domains"></span></a></li>
<li><a href="#tab-general"><span class="i18n_general"></span></a></li>
</ul>
@@ -184,32 +183,6 @@
</p>
</div>
Wladimir Palant 2012/10/23 05:25:19 Won't this cause errors in the code attempting to
Felix Dahlke 2012/10/23 07:28:45 Agreed, done. But I had to remove the link, becaus
- <div id="tab-whitelisted">
- <p class="i18n_disabled_for_these_domains"></p>
-
- <form id="whitelistForm" action="#">
- <table>
- <tr>
- <td style="max-width:100%">
- <input type="text" value="" id="newWhitelistDomain" style="width:100%">
- </td>
- <td>
- <button class="addButton" type="submit"><span class="i18n_add_domain_button"></span></button>
- </td>
- </tr>
-
- <tr>
- <td>
- <select id="excludedDomainsBox" size="10" multiple style="width:500px; background: white;"></select>
- </td>
- <td>
- <button id="removeWhitelist" class="removeButton"><span class="i18n_remove_button"></span></button>
- </td>
- </tr>
- </table>
- </form>
- </div>
-
<div id="tab-userfilters">
<p class="i18n_filter_must_follow_syntax">"http://adblockplus.org/en/filters"</p>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld