diff options
Diffstat (limited to 'ext/bg/js/database.js')
-rw-r--r-- | ext/bg/js/database.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index c8820f4e..05cb8acd 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -252,8 +252,8 @@ class Database { reading, tags, rules, - score, glossary, + score: parseInt(score), dictionary: title }); } |