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