diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-14 18:49:55 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-14 18:49:55 +0100 |
commit | cf838016b70bc55d8fb19a10b4deb580289e3769 (patch) | |
tree | 8c6e8f271e38f8cf7edd7ae733b68ac70c2b7076 /content/repo_query_cacher.js | |
parent | 1869062a9d6ae736bdfe5e2993dfe1f280af4d8b (diff) | |
download | browser-extension-cf838016b70bc55d8fb19a10b4deb580289e3769.tar.gz browser-extension-cf838016b70bc55d8fb19a10b4deb580289e3769.zip |
restore chromium support
Diffstat (limited to 'content/repo_query_cacher.js')
-rw-r--r-- | content/repo_query_cacher.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/repo_query_cacher.js b/content/repo_query_cacher.js index 41487e1..3f62be7 100644 --- a/content/repo_query_cacher.js +++ b/content/repo_query_cacher.js @@ -42,6 +42,8 @@ * proprietary program, I am not going to enforce this in court. */ +#FROM common/browser.js IMPORT browser + /* * Map URLs to objects containing parsed responses, error info or promises * resolving to those. |