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

Unified Diff: desktop-options.html

Issue 29733668: Handle disabled state of AA
Patch Set: Remove AA when toggling disable (Sebastian suggestion) Created March 26, 2018, 8:47 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 | « css/desktop-options.scss ('k') | js/desktop-options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: desktop-options.html
===================================================================
--- a/desktop-options.html
+++ b/desktop-options.html
@@ -235,17 +235,19 @@
<h3 class="i18n_options_filterList_column_name col5"></h3>
<h3 class="i18n_options_filterList_column_update col5"></h3>
<h3 class="col5"></h3>
<h3 class="col5"></h3>
</div>
<ul class="table cols" id="all-filter-lists-table">
<template>
<div class="col5">
- <button data-action="toggle-disable-subscription" role="checkbox" class="control icon toggle">
+ <button data-hide="acceptable-ads" data-action="toggle-disable-subscription" role="checkbox" class="control icon toggle">
+ </button>
+ <button data-show="acceptable-ads" data-action="toggle-remove-subscription" role="checkbox" class="control icon toggle">
</button>
<div class="state">
<span class="i18n_options_filterList_state_active" id="state-active"></span>
<span class="i18n_options_filterList_state_disabled" id="state-disabled"></span>
</div>
</div>
<div class="col5">
<span data-display="originalTitle"></span>
« no previous file with comments | « css/desktop-options.scss ('k') | js/desktop-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld