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

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

Issue 11027049: Removed typo correction feature (Closed)
Patch Set: Created June 27, 2013, 4:35 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 | « chrome/content/ui/fennecSettings.xul ('k') | chrome/content/ui/filters.xul » ('j') | 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
@@ -94,14 +94,7 @@
let list = panel.getElementsByTagName("richlistbox")[0];
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 | « chrome/content/ui/fennecSettings.xul ('k') | chrome/content/ui/filters.xul » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld