diff --git a/common/content/options.js b/common/content/options.js index 92bb4244..9c691d5a 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -1246,6 +1246,9 @@ var Options = Module("options", { // Fallthrough case "stringlist": break; + case "charlist": + Option._splitAt = newValues.length; + break; case "stringmap": case "regexpmap": let vals = Option.splitList(context.filter);