diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-08-07 12:41:09 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-08-07 12:41:09 -0700 |
commit | d3272efef7687d08d5c2a36b27328771db522f37 (patch) | |
tree | 69fa6ee6943f6169bf53b9a2fdd966192454c0d1 /ext/bg/js/translator.js | |
parent | 024ec83251d05b966ceeb90fd1a531b36567b31b (diff) |
Get rid of addon hack
Diffstat (limited to 'ext/bg/js/translator.js')
-rw-r--r-- | ext/bg/js/translator.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/bg/js/translator.js b/ext/bg/js/translator.js index 000271b6..f2107b9f 100644 --- a/ext/bg/js/translator.js +++ b/ext/bg/js/translator.js @@ -168,10 +168,6 @@ class Translator { let popular = false; let tagItems = []; for (let tag of entry.tags) { - if (entry.addons.indexOf(tag) !== -1) { - continue; - } - const tagItem = { class: 'default', order: Number.MAX_SAFE_INTEGER, |