Allow opening multiple URLs via View Online

This commit is contained in:
Dan Stillman 2017-02-20 18:49:35 -05:00
parent 5c50bb00cf
commit e465cf058e

View file

@ -3202,7 +3202,7 @@ var ZoteroPane = new function()
if (Zotero.isStandalone) { if (Zotero.isStandalone) {
if(uri.match(/^https?/)) { if(uri.match(/^https?/)) {
this.launchURL(uri); this.launchURL(uri);
return; continue;
} }
// Handle no-content zotero: URLs (e.g., zotero://select) without opening viewer // Handle no-content zotero: URLs (e.g., zotero://select) without opening viewer