From 4c6a2323d90e9321ec2b78e226167b3013ea69ab Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 29 Jan 2022 00:03:51 +0100 Subject: make Haketilo buildable again (for Mozilla) How cool it is to throw away 5755 lines of code... --- content/repo_query_cacher.js | 1 + 1 file changed, 1 insertion(+) (limited to 'content/repo_query_cacher.js') diff --git a/content/repo_query_cacher.js b/content/repo_query_cacher.js index bdba189..41487e1 100644 --- a/content/repo_query_cacher.js +++ b/content/repo_query_cacher.js @@ -82,3 +82,4 @@ function on_repo_query_request([type, url], sender, respond_cb) { function start() { browser.runtime.onMessage.addListener(on_repo_query_request); } +#EXPORT start -- cgit v1.2.3