From e465cf058eb99b646c29d7ae0c9ae9f70accf4fa Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 20 Feb 2017 18:49:35 -0500 Subject: [PATCH] Allow opening multiple URLs via View Online --- chrome/content/zotero/zoteroPane.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index cbe7ce4bc..599af3b0b 100644 --- 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