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

Unified Diff: mobile/android/chrome/content/aboutFeedback.xhtml

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/app/mobile.js ('k') | mobile/android/components/AboutRedirector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/chrome/content/aboutFeedback.xhtml
===================================================================
--- a/mobile/android/chrome/content/aboutFeedback.xhtml
+++ b/mobile/android/chrome/content/aboutFeedback.xhtml
@@ -62,7 +62,9 @@
<textarea class="description" placeholder="&sad.placeholder;" rows="4" required="true" maxlength="10000"/>
<div class="message" id="last-url-div">
<span>&sad.lastSite2;</span>
- <input id="last-checkbox" type="checkbox" checked="checked"/>
+ <!-- This is checked by default in Firefox, but not in Adblock Browser,
+ see: https://issues.adblockplus.org/ticket/2930. -->
+ <input id="last-checkbox" type="checkbox"/>
<input id="last-url" type="url" placeholder="&sad.urlPlaceholder;" readonly="readonly"/>
</div>
<input class="send-feedback" type="submit" value="&feedback.send;"/>
« no previous file with comments | « mobile/android/app/mobile.js ('k') | mobile/android/components/AboutRedirector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld