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

Unified Diff: assets/js/start.js

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 | « no previous file | src/org/adblockplus/brazil/RequestHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: assets/js/start.js
===================================================================
--- a/assets/js/start.js
+++ b/assets/js/start.js
@@ -424,7 +424,7 @@
result.push(filter.selector);
}
if (result.length)
- return "<style type=\"text/css\">" + result.join() + " { display: none !important }</style>";
+ return "<style type=\"text/css\">" + result.join(',\r\n') + " { display: none !important }</style>";
else
return null;
};
« no previous file with comments | « no previous file | src/org/adblockplus/brazil/RequestHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld