| Index: chrome/content/ui/composer.js |
| =================================================================== |
| --- a/chrome/content/ui/composer.js |
| +++ b/chrome/content/ui/composer.js |
| @@ -138,7 +138,7 @@ |
| let isDefaultType = (RegExpFilter.typeMap[item.type] & defaultTypes) != 0; |
| for (let type of types) |
| { |
| - if (type == "ELEMHIDE") |
| + if (type == "ELEMHIDE" || type == "GENERICBLOCK" || type == "GENERICHIDE") |
| continue; |
| let typeNode = document.createElement("checkbox"); |