commit b00d1366b00fecc4d656017b72b7e7011f152084
parent 8a759dcae360100d7ab8851a73c5e46191792fe9
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 16 Jan 2017 02:56:58 -0500
Fix more info link in update prompt
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js
@@ -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);
\ No newline at end of file