From 7cb2915fd78b7aeb2aedf37e1cb3922cc610d5e7 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 11 Jan 2020 17:48:11 -0500 Subject: [PATCH 1/2] Fixed firefox content script registration. --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 1f7cdd70..9a077515 100644 --- a/background.js +++ b/background.js @@ -100,7 +100,7 @@ function registerFirefoxContentScript(options) { js: options.js, css: options.css, matches: options.matches - }).then(() => void (contentScriptRegistrations[options.id] = registration)); + }).then((registration) => void (contentScriptRegistrations[options.id] = registration)); } //gets the sponsor times from memory From bdcd613f02ffdc4231e4c5f276689415936ba3ef Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 21 Jan 2020 23:05:23 -0500 Subject: [PATCH 2/2] Update version number --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0a02b00b..b2098124 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "__MSG_Name__", - "version": "1.2.4", + "version": "1.2.5", "default_locale": "en", "description": "__MSG_Description__", "content_scripts": [