Skip to content

Commit

Permalink
Renaming folders
Browse files Browse the repository at this point in the history
  • Loading branch information
frianasoa committed Dec 9, 2023
1 parent 3656515 commit 4f418c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async function startup({ id, version, resourceURI, rootURI = resourceURI.spec })
Services.scriptloader.loadSubScript(rootURI + 'core/format.js');
Services.scriptloader.loadSubScript(rootURI + 'core/ai.js');

Services.scriptloader.loadSubScript(rootURI + '3rdparty/CryptoJS 3.1.2/aes.js');
Services.scriptloader.loadSubScript(rootURI + 'lib/CryptoJS 3.1.2/aes.js');

ZeNotes.init({ id, version, rootURI });
Zotero.ZeNotes = ZeNotes;
Expand Down
2 changes: 1 addition & 1 deletion content/notes/menus.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Menus = {
currentcomment = "";
}
Zotero.ZeNotes.Ai.Bard.paraphrase(annotation["annotationText"]).then(r=>{
annotation.annotationComment = currentcomment+"\n\n[Paraphrase]\n"+r+"\n";
annotation.annotationComment = currentcomment+"\n\n<b>[Paraphrase]</b>\n"+r+"\n";
annotation.saveTx({skipSelect:true}).then(e=>{Zotero.ZeNotes.Ui.reload();});
});
}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion zenote-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"version": "0.5.1",
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v0.5.1/zenotes-v0.5.1.xpi",
"update_hash": "sha256:f7346ec638086dcbaf345e46e84321e9d04056f08fcd5687d6e9f304837c43f4",
"update_hash": "sha256:981f84678d6651853137369980b244f193ec464899e0fb6236f82c993dd676fc",
"applications": {
"gecko": {
"strict_min_version": "60.0"
Expand Down

0 comments on commit 4f418c3

Please sign in to comment.