Index: chrome/content/options.js |
=================================================================== |
--- a/chrome/content/options.js |
+++ b/chrome/content/options.js |
@@ -151,7 +151,7 @@ |
let list = E(btn.getAttribute("_list")); |
let items = list.selectedItems; |
- let {onWhitelistEntryRemoved} = require("rules"); |
+ let {onWhitelistEntryRemoved} = require("typoRules"); |
for (let i = items.length - 1; i >= 0; i--) |
{ |