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

Unified Diff: options.html

Issue 29337773: Issue 2377 - Implement user filter lists toggle (Closed)
Patch Set: Created Feb. 26, 2016, 11:27 a.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
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -259,8 +259,8 @@
<span class="time"></span>
<span class="message"></span>
</template>
- <li class="static">
- <button role="checkbox" class="control" aria-checked="true" disabled="true"></button>
+ <li id="user-filter-lists" class="static">
+ <button role="checkbox" class="control"></button>
<div>
<span class="i18n_options_filterList_own_list"></span>
</div>

Powered by Google App Engine
This is Rietveld