aboutsummaryrefslogtreecommitdiff
path: root/ext/bg
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-23 19:25:11 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-23 19:25:11 +0200
commit43fad608fb5833f95c215dd7596bac5a821dbe60 (patch)
treee35712f4a1ca1453558fe67cf68a81149ea9c598 /ext/bg
parent7bf2c8048d82c62dafdfa6a6866ec63e7e95a56b (diff)
remove popup from background page
Not supported on all browsers
Diffstat (limited to 'ext/bg')
-rw-r--r--ext/bg/js/mecab.js2
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() {