Skip to content

Commit

Permalink
修复添加条目无论选项是否选中都更新问题
Browse files Browse the repository at this point in the history
  • Loading branch information
redleafnew committed Jul 13, 2023
1 parent eee620b commit 5a389db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greenfrog",
"version": "0.14.0",
"version": "0.14.01",
"description": "Zotero plugin for update journal information from easyScholar",
"config": {
"addonName": "Green Frog",
Expand Down
3 changes: 2 additions & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ async function onNotify(
);

if (regularItems.length !== 0) {
await KeyExampleFactory.setExtra(regularItems);
// await KeyExampleFactory.setExtra(regularItems);
BasicExampleFactory.exampleNotifierCallback(ids)
return;
}
//Zotero.debug(`添加条目了${ids}!`)
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
{
"version": "0.14.0",
"version": "0.14.01",
"update_link": "https://github.com/redleafnew/zotero-updateifsE/releases/latest/download/greenfrog.xpi",
"applications": {
"zotero": {
Expand Down

0 comments on commit 5a389db

Please sign in to comment.