From c27eb5421d902b64fbd7be2162a91043d31afddd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 16 Jan 2017 02:56:58 -0500 Subject: [PATCH] Fix more info link in update prompt --- chrome/content/zotero/standalone/standalone.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js index 05eb51b45..d801de3f8 100644 --- a/chrome/content/zotero/standalone/standalone.js +++ b/chrome/content/zotero/standalone/standalone.js @@ -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); \ No newline at end of file