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

Unified Diff: manifest.json

Issue 8787016: Remove "disable inline text-ads" feature (Closed)
Patch Set: Created Nov. 6, 2012, 8:16 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 | « include.textads.js ('k') | options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifest.json
===================================================================
--- a/manifest.json
+++ b/manifest.json
@@ -36,7 +36,7 @@
},
{
"matches": ["http://*/*", "https://*/*"],
- "js": ["include.postload.js", "include.textads.js"],
+ "js": ["include.postload.js"],
"run_at": "document_end",
"all_frames": true
}
« no previous file with comments | « include.textads.js ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld