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

Unified Diff: pages/uninstalled.tmpl

Issue 29524907: Issue 5465 - Added response to uninstalled form (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Aug. 23, 2017, 3:15 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: pages/uninstalled.tmpl
===================================================================
--- a/pages/uninstalled.tmpl
+++ b/pages/uninstalled.tmpl
@@ -2,17 +2,18 @@
template=simple
{% set reasons = [
("1v0", "reason-not-installed", "I didn't install Adblock Plus.", ""),
("2v0", "reason-slowing-down", "Adblock Plus slowed down my browser.", ""),
("3v0", "reason-acceptable-ads", "I don't like the Acceptable Ads program.", ""),
("4v0", "reason-see-ads", "Adblock Plus didn't block all ads.", ""),
("5v0", "reason-better-adblocker", "I found better ad blocking software.", ["AdBlock", "uBlock", "uBlock Origin", "Ghostery"]),
- ("6v0", "reason-break-websites", "Adblock Plus breaks websites that I visit.", "")
+ ("6v0", "reason-break-websites", "Adblock Plus breaks websites that I visit.", ""),
+ ("7v0", "reason-difficult-to-use", "I find it difficult to use Adblock Plus", ""),
] %}
<head>
<meta name="robots" content="noindex" />
<script type="text/javascript">
(function()
{
var adblockersList = null;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld