diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-01 11:41:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 11:41:10 -0400 |
commit | 8ee470caa0f96326d637f0ee6769546f3ef1cfc2 (patch) | |
tree | cee4410e70395a0a3d5f2aa3a027d20fce7488a5 /ext | |
parent | 919c59a77693d1b366dfaf61f7d6ecb55a2f2343 (diff) |
Remove the mouseover tags that are shown in merge mode (#1644)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/js/display/display-generator.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/js/display/display-generator.js b/ext/js/display/display-generator.js index 51950a3e..ff2292bc 100644 --- a/ext/js/display/display-generator.js +++ b/ext/js/display/display-generator.js @@ -262,7 +262,6 @@ class DisplayGenerator { this._setTextContent(node.querySelector('.headword-reading'), reading); this._appendFurigana(termContainer, term, reading, this._appendKanjiLinks.bind(this)); - this._appendMultiple(tagContainer, this._createTag.bind(this), tags); this._appendMultiple(tagContainer, this._createSearchTag.bind(this), searchQueries); return node; |