Allow opening multiple URLs via View Online
This commit is contained in:
parent
5c50bb00cf
commit
e465cf058e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue