From 5eb1e4842fbd7e48b4acd2de7fabe07c06a71b39 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 18 Dec 2016 12:07:01 -0800 Subject: [PATCH] . --- ext/bg/js/database.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/bg/js/database.js b/ext/bg/js/database.js index a2e334fc..73acd1ae 100644 --- a/ext/bg/js/database.js +++ b/ext/bg/js/database.js @@ -94,8 +94,8 @@ class Database { onyomi: splitField(row.onyomi), kunyomi: splitField(row.kunyomi), tags: splitField(row.tags), - dictionary: row.dictionary, - glossary: row.meanings + glossary: row.meanings, + dictionary: row.dictionary }); } }).then(() => {