commit e465cf058eb99b646c29d7ae0c9ae9f70accf4fa
parent 5c50bb00cfc936013ebd907c09d1437124f9c111
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 20 Feb 2017 18:49:35 -0500
Allow opening multiple URLs via View Online
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js
@@ -3202,7 +3202,7 @@ var ZoteroPane = new function()
if (Zotero.isStandalone) {
if(uri.match(/^https?/)) {
this.launchURL(uri);
- return;
+ continue;
}
// Handle no-content zotero: URLs (e.g., zotero://select) without opening viewer