remove popup from background page

Not supported on all browsers
This commit is contained in:
siikamiika 2019-11-23 19:25:11 +02:00
parent 7bf2c8048d
commit 43fad608fb

View File

@ -25,7 +25,7 @@ class Mecab {
}
onError(error) {
logError(error, true);
logError(error, false);
}
async checkVersion() {