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

Unified Diff: chrome/content/ui/filters.js

Issue 8836030: Show/hide filtersSplitter if changing from/to typo correction tab in settings (Closed)
Patch Set: Created Nov. 13, 2012, 4:13 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/filters.js
===================================================================
--- a/chrome/content/ui/filters.js
+++ b/chrome/content/ui/filters.js
@@ -85,10 +85,12 @@
if (!list)
{
E("filtersContainer").hidden = true;
+ E("filtersSplitter").hidden = true;
return;
}
E("filtersContainer").hidden = false;
+ E("filtersSplitter").hidden = false;
let data = Templater.getDataForNode(list.selectedItem);
FilterView.subscription = (data ? data.subscription : null);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld