fx-compat: Make changelog link in About work

This commit is contained in:
Abe Jellinek 2022-07-06 15:24:31 -04:00
parent abe19b9435
commit bc41c3b7b0

View file

@ -35,7 +35,8 @@
<script><![CDATA[
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
//