diff options
| author | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 19:25:11 +0200 | 
|---|---|---|
| committer | siikamiika <siikamiika@users.noreply.github.com> | 2019-11-23 19:25:11 +0200 | 
| commit | 43fad608fb5833f95c215dd7596bac5a821dbe60 (patch) | |
| tree | e35712f4a1ca1453558fe67cf68a81149ea9c598 | |
| parent | 7bf2c8048d82c62dafdfa6a6866ec63e7e95a56b (diff) | |
remove popup from background page
Not supported on all browsers
| -rw-r--r-- | ext/bg/js/mecab.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/bg/js/mecab.js b/ext/bg/js/mecab.js index a26b7f39..4983f656 100644 --- a/ext/bg/js/mecab.js +++ b/ext/bg/js/mecab.js @@ -25,7 +25,7 @@ class Mecab {      }      onError(error) { -        logError(error, true); +        logError(error, false);      }      async checkVersion() { |