| 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> |