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

Unified Diff: new-options.html

Issue 29558637: Issue 5806 - Acceptable ads being added to the UI on load (Closed)
Patch Set: Created Sept. 28, 2017, 4:29 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 | new-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: new-options.html
===================================================================
--- a/new-options.html
+++ b/new-options.html
@@ -109,7 +109,7 @@
<p id="dnt" class="i18n_options_acceptableAds_dnt_notification"></p>
</div>
<div>
- <input data-action="switch-acceptable-ads" type="radio" name="acceptable-ads" value="none">
+ <input data-action="switch-acceptable-ads" type="radio" name="acceptable-ads" value="none" checked>
saroyanm 2017/09/28 16:31:12 We want to have default selected checkbox, otherwi
Thomas Greiner 2017/09/28 16:50:59 Makes sense but let's do it programmatically by ca
saroyanm 2017/09/28 17:04:02 I agree, done.
<label class="i18n_options_acceptableAds_none_label"></label>
</div>
</form>
« no previous file with comments | « no previous file | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld