Fix more info link in update prompt
This commit is contained in:
parent
8a759dcae3
commit
b00d1366b0
1 changed files with 5 additions and 0 deletions
|
@ -218,5 +218,10 @@ const gXPInstallObserver = {
|
|||
}
|
||||
};
|
||||
|
||||
// Used by update prompt
|
||||
function openUILinkIn(url) {
|
||||
ZoteroPane.loadURI(url);
|
||||
}
|
||||
|
||||
window.addEventListener("load", function(e) { ZoteroStandalone.onLoad(e); }, false);
|
||||
window.addEventListener("unload", function(e) { ZoteroStandalone.onUnload(e); }, false);
|
Loading…
Reference in a new issue