Local API: Add note to switch to getLibraryWebURL()
(#4270)
Once #2893 is merged
This commit is contained in:
parent
9f4b15bbb7
commit
3aaf3432da
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,8 @@ Zotero.URI = new function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* TODO: Use getLibraryWebURL() once #2893 is merged to get functional URLs
|
||||||
|
*
|
||||||
* @param {String} uri
|
* @param {String} uri
|
||||||
*/
|
*/
|
||||||
this.toWebURL = function (uri) {
|
this.toWebURL = function (uri) {
|
||||||
|
|
Loading…
Reference in a new issue