Index: lib/filterComposer.js |
=================================================================== |
--- a/lib/filterComposer.js |
+++ b/lib/filterComposer.js |
@@ -313,11 +313,6 @@ |
}); |
}); |
-port.on("composer.quoteCSS", (message, sender) => |
-{ |
- return quoteCSS(message.CSS); |
-}); |
- |
ext.pages.onLoading.addListener(page => |
{ |
// When tabs start loading we send them a message to ensure that the state |