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

Unified Diff: mobile/android/components/AboutRedirector.js

Issue 29324521: Issue 2930 - Re-enable and adapt about:feedback (Closed)
Patch Set: Don't show about:feedback automatically, fix support link Created Sept. 1, 2015, 2:01 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 | « mobile/android/chrome/content/aboutFeedback.xhtml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/components/AboutRedirector.js
===================================================================
--- a/mobile/android/components/AboutRedirector.js
+++ b/mobile/android/components/AboutRedirector.js
@@ -96,7 +96,8 @@
// Removing some about pages as part of
// https://issues.adblockplus.org/ticket/2531
-for (let moduleName of ["firefox", "fennec", "rights", "apps", "feedback"])
+// Re-added feedback as part of https://issues.adblockplus.org/ticket/2930
+for (let moduleName of ["firefox", "fennec", "rights", "apps"])
delete modules[moduleName];
function AboutRedirector() {}
« no previous file with comments | « mobile/android/chrome/content/aboutFeedback.xhtml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld