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;"/> |