Skip to content

Commit 61a8784

Browse files
committed
Fixing html display message
1 parent 4ad2b4e commit 61a8784

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/chrome/core/engine.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Ze Notes",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Advanced notes manager",
66
"author": "Fanantenana Rianasoa Andriariniaina",
77
"homepage_url": "https://github.com/frianasoa/zenotes",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ze Notes",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Manage your notes in Zotero",
55
"homepage": "https://github.com/frianasoa/zn#readme",
66
"bugs": {

src/Core/Actions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ const Actions: ActionsType = {
900900
}
901901
else if(attachment && annotationkey)
902902
{
903-
window.alert("The attachment does not seem to have pages. Opening at the last location!");
903+
Zotero.log("The attachment does not seem to have pages. Opening at the last location!");
904904
(Zotero as any).FileHandlers.open(attachment, {
905905
location: {
906906
annotationID: annotationkey

zenotes-update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"zenotes@alefa.net": {
44
"updates": [
55
{
6-
"version": "1.0.0",
7-
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v1.0.0/zenotes-v1.0.0.xpi",
6+
"version": "1.0.1",
7+
"update_link": "https://github.com/frianasoa/Ze-Notes/releases/download/v1.0.1/zenotes-v1.0.1.xpi",
88
"applications": {
99
"zotero": {
1010
"strict_min_version": "7.0.0-beta.70",
1111
"strict_max_version": "7.1.*"
1212
}
1313
},
14-
"update_hash": "sha512:4a365bb123288e3d4557e9a73737d98f0e2678f0d4357bc6a369137d0d02b758f773594e3fc8b1c6e05018fafae103da5282effac9862b7db2ebefef6bab31a4"
14+
"update_hash": "sha512:d10704d10f4d0c7bfc623ff953072aa0cd37a417a4285133c26c4cf522345e404dac467f8e6f91567ca28dd1a2e5e64968c304ad354e2309b2eb0a7de1640fb8"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)