Fix more info link in update prompt

This commit is contained in:
Dan Stillman 2017-01-16 02:56:58 -05:00
parent e2a3a6edbb
commit c27eb5421d

View File

@ -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);