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/deinflector.js | |
parent | 024ec83251d05b966ceeb90fd1a531b36567b31b (diff) |
Get rid of addon hack
Diffstat (limited to 'ext/bg/js/deinflector.js')
-rw-r--r-- | ext/bg/js/deinflector.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/bg/js/deinflector.js b/ext/bg/js/deinflector.js index 6520cbc0..194dbab6 100644 --- a/ext/bg/js/deinflector.js +++ b/ext/bg/js/deinflector.js @@ -52,10 +52,6 @@ class Deinflection { for (let v of variants) { let allowed = this.tags.length === 0; for (let tag of this.tags) { - // - // TODO: Handle addons through tags.json or rules.json - // - if (v.ti.indexOf(tag) !== -1) { allowed = true; break; |