Fix opening of some links in About pane
This commit is contained in:
parent
21cc9f16bf
commit
65d63fad37
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
for (let span of document.getElementById('about-text').getElementsByTagName('span')) {
|
||||
span.className = 'text-link';
|
||||
span.onclick = function () {
|
||||
window.opener.ZoteroPane.loadURI(this.getAttribute('data-href'));
|
||||
Zotero.launchURL(this.getAttribute('data-href'));
|
||||
};
|
||||
}
|
||||
]]></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue