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

Unified Diff: options.js

Issue 29338614: Issue 3830 - Add option indicating whether to remove existing filters on raw import (Closed)
Patch Set: Created March 18, 2016, 1:08 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 | « messageResponder.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.js
===================================================================
--- a/options.js
+++ b/options.js
@@ -591,7 +591,8 @@
sendMessageHandleErrors(
{
type: "filters.importRaw",
- text: E("custom-filters-raw").value
+ text: E("custom-filters-raw").value,
+ removeExisting: true
},
function()
{
« no previous file with comments | « messageResponder.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld