Fix exported PDF annotation date and update reader/pdf-worker submodules
This commit is contained in:
parent
569225897d
commit
1d33b68761
3 changed files with 3 additions and 3 deletions
|
@ -197,7 +197,7 @@ class PDFWorker {
|
|||
comment: (item.annotationComment || '').replace(/<\/?(i|b|sub|sup)>/g, ''),
|
||||
color: item.annotationColor,
|
||||
position: JSON.parse(item.annotationPosition),
|
||||
dateModified: item.dateModified,
|
||||
dateModified: Zotero.Date.sqlToISO8601(item.dateModified),
|
||||
tags: item.getTags().map(x => x.tag)
|
||||
});
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit df7994e4b71814f41c8a2acc46a483c35e8f19a9
|
||||
Subproject commit d745e35fae3bf8b94446972a7d0d661e3004275c
|
2
reader
2
reader
|
@ -1 +1 @@
|
|||
Subproject commit 7770cf95921b9bcd789192b793859cae1cf8e043
|
||||
Subproject commit 7a9b0162eee844fefcc466ec7c1eaa39b9ec7900
|
Loading…
Add table
Reference in a new issue