From b00d1366b00fecc4d656017b72b7e7011f152084 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 ee3c7f5c2..d169519d8 100644 --- 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