diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-09-23 14:09:07 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-09-23 14:09:18 +0200 |
commit | 5737c121ca3635a4afee0c017b7652eb39ee4ab1 (patch) | |
tree | 61bd0cbab6b85d6c1ab102940fa8cf57f6aafa2f /manifest.json | |
parent | d705309199a38cea944583238270a52b8b74204b (diff) |
use uniform DOM event handling mechanism
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index d885aebb0..1291bc37a 100644 --- a/manifest.json +++ b/manifest.json @@ -31,7 +31,6 @@ "matches": ["*://*/*"], "js": [ "lib/vendor/URI.js", - "lib/vendor/system-csp-production.src.js", "content_scripts/notify.js" ], "run_at": "document_start" |