diff options
Diffstat (limited to 'ext/bg/js/util.js')
| -rw-r--r-- | ext/bg/js/util.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index 1e49e33c..900a7a2c 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -123,7 +123,7 @@ function groupTermDefs(definitions) {              reading: firstDef.reading,              reasons: firstDef.reasons,              score: groupDefs.reduce((x, y) => x > y ? x : y, Number.MIN_SAFE_INTEGER), -            source: firstDef.source, +            source: firstDef.source          });      } @@ -192,7 +192,7 @@ function formatField(field, definition, mode) {          'reading',          'sentence',          'tags', -        'url', +        'url'      ];      for (const marker of markers) {  |