fix: remove unintended fallthrough

This commit is contained in:
Max Baumann
2020-12-13 21:12:26 +01:00
parent 7b27de279b
commit 042f2eb4e8

View File

@@ -56,6 +56,7 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
iconUrl: "./icons/LogoSponsorBlocker256px.png"
});
}
break;
case "registerContentScript":
registerFirefoxContentScript(request);
return false;