Skip to content

Commit

Permalink
Fix typo in LCN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-DallOsto committed Aug 20, 2024
1 parent 1624836 commit eb1c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cita/localCitationNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default class LCN {
await Zotero.Promise.delay(100);

window.openDialog(
`chrome://${config.addonRef}//content/Local-Citation-Network/index.html?API=Cita&listOfKeys=` +
`chrome://${config.addonRef}/content/Local-Citation-Network/index.html?API=Cita&listOfKeys=` +
this.inputKeys.join(","),
"",
windowFeatures.join(","),
Expand Down

0 comments on commit eb1c950

Please sign in to comment.