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

Unified Diff: lib/ui.js

Issue 29333144: Issue 3451 - Fixed: Filter stays disabled when re-adding it through site whitelisting (Closed)
Patch Set: Created Jan. 4, 2016, 5:02 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: lib/ui.js
===================================================================
--- a/lib/ui.js
+++ b/lib/ui.js
@@ -1171,7 +1171,10 @@
FilterStorage.removeFilter(filter);
}
else
+ {
+ filter.disabled = false;
FilterStorage.addFilter(filter);
+ }
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld