mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 21:17:20 +03:00
Fixed inlines sponsor popup.
Fixes https://github.com/ajayyy/SponsorBlock/issues/272
This commit is contained in:
@@ -38,7 +38,7 @@ class MessageHandler {
|
|||||||
|
|
||||||
//make this a function to allow this to run on the content page
|
//make this a function to allow this to run on the content page
|
||||||
async function runThePopup(messageListener?: MessageListener) {
|
async function runThePopup(messageListener?: MessageListener) {
|
||||||
var messageHandler = new MessageHandler();
|
var messageHandler = new MessageHandler(messageListener);
|
||||||
|
|
||||||
utils.localizeHtmlPage();
|
utils.localizeHtmlPage();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user