Fixed inlines sponsor popup.

Fixes https://github.com/ajayyy/SponsorBlock/issues/272
This commit is contained in:
Ajay Ramachandran
2020-02-10 17:12:52 -05:00
parent 45e0f87f9f
commit 852912a42b

View File

@@ -38,7 +38,7 @@ class MessageHandler {
//make this a function to allow this to run on the content page
async function runThePopup(messageListener?: MessageListener) {
var messageHandler = new MessageHandler();
var messageHandler = new MessageHandler(messageListener);
utils.localizeHtmlPage();