minor bug fix
This commit is contained in:
parent
34f4daaa0b
commit
b2a71cebda
1 changed files with 1 additions and 1 deletions
2
popup.js
2
popup.js
|
@ -82,7 +82,7 @@ function generateJSON(event) {
|
||||||
"author": "${authorField.value}",
|
"author": "${authorField.value}",
|
||||||
"publishedDate": "${publishedDateField.value.replace('T', ' ')}",
|
"publishedDate": "${publishedDateField.value.replace('T', ' ')}",
|
||||||
"accessedDate": "${accessedDateField.value.replace('T', ' ')}",
|
"accessedDate": "${accessedDateField.value.replace('T', ' ')}",
|
||||||
"note": "${noteField.value}",\n},`
|
"note": "${noteField.value}"\n},`
|
||||||
}
|
}
|
||||||
|
|
||||||
window.addEventListener('DOMContentLoaded', () => {
|
window.addEventListener('DOMContentLoaded', () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue