Fix more info link in update prompt
This commit is contained in:
parent
e2a3a6edbb
commit
c27eb5421d
|
@ -230,5 +230,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 New Issue
Block a user