Fix URL opening in some places (since 21cc9f16bf
)
This commit is contained in:
parent
0653ee3566
commit
3a2f0e6929
1 changed files with 2 additions and 2 deletions
|
@ -4168,8 +4168,8 @@ var ZoteroPane = new function()
|
|||
* @deprecated
|
||||
*/
|
||||
this.launchURL = function (url) {
|
||||
Zotero.debug("ZoteroPane.launchURI() is deprecated -- use Zotero.launchURI()", 2);
|
||||
Zotero.launchURI(launchURI);
|
||||
Zotero.debug("ZoteroPane.launchURL() is deprecated -- use Zotero.launchURL()", 2);
|
||||
return Zotero.launchURL(url);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue