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

Unified Diff: src/org/adblockplus/brazil/RequestHandler.java

Issue 10282011: ABP/Android Fix element hiding (Closed)
Patch Set: Created April 11, 2013, 11:43 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 | « assets/js/start.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/brazil/RequestHandler.java
===================================================================
--- a/src/org/adblockplus/brazil/RequestHandler.java
+++ b/src/org/adblockplus/brazil/RequestHandler.java
@@ -214,8 +214,6 @@
if (type != null && type.toLowerCase().startsWith("text/html"))
{
selectors = application.getSelectorsForDomain(reqHost);
- if (selectors != null)
- selectors = selectors.replace(",", ",\r\n");
}
// If no filters are applicable just pass through the response
if (selectors == null || target.getResponseCode() != 200)
« no previous file with comments | « assets/js/start.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld