Skip to content

Commit

Permalink
Version 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiller committed Dec 1, 2019
2 parents e2481f2 + 97f3b29 commit b39c0ed
Show file tree
Hide file tree
Showing 10 changed files with 187,373 additions and 186,725 deletions.
1 change: 1 addition & 0 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ chrome.runtime.onMessage.addListener(function (request, sender, callback) {
for (let i in request.entries) {

let entry = {};
entry.timestamp = Date.now();
entry.simplified = request.entries[i].simplified;
entry.traditional = request.entries[i].traditional;
entry.pinyin = request.entries[i].pinyin;
Expand Down
Loading

0 comments on commit b39c0ed

Please sign in to comment.