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

Unified Diff: new-options.html

Issue 29373665: issue 4264 - centralize action handling (Closed)
Patch Set: Moved key handling into onKeyUp Created May 16, 2017, 10:32 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
« 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
@@ -273,8 +273,9 @@
<div>
<label for="own-list" class="i18n_options_filterList_own_list"></label>
</div>
- <span data-action="switch-tab,edit-custom-filters" data-tab="advanced-customFilters">
- <a class="i18n_options_filterList_edit_own_list"></a>
+ <span>
+ <a class="i18n_options_filterList_edit_own_list"
+ href="#advanced-customFilters"></a>
</span>
</li>
</ul>
« 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