diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-17 19:08:28 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-17 19:08:28 -0800 |
commit | 15e1cf3358e357968d6c48465fcd15a877bc433a (patch) | |
tree | 1ceef406d429f40e6e016d75267ba33818db0d29 /ext/bg/js/database.js | |
parent | d98f4566bc856e04f2f6a7d9a7bf49e30867551e (diff) |
Fixes
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 }); } |