fx-compat: Make changelog link in About work
This commit is contained in:
parent
abe19b9435
commit
bc41c3b7b0
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
||||||
<script><![CDATA[
|
<script><![CDATA[
|
||||||
Components.utils.import("resource://zotero/config.js");
|
Components.utils.import("resource://zotero/config.js");
|
||||||
|
|
||||||
document.getElementById('changelog').href = ZOTERO_CONFIG.CHANGELOG_URL;
|
document.getElementById('changelog').onclick =
|
||||||
|
() => Zotero.launchURL(ZOTERO_CONFIG.CHANGELOG_URL);
|
||||||
|
|
||||||
// Replace [links] in localized strings with spans with onclick handlers
|
// Replace [links] in localized strings with spans with onclick handlers
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue