Local API: Add note to switch to getLibraryWebURL() (#4270)

Once #2893 is merged
This commit is contained in:
Dan Stillman 2024-06-12 05:21:33 -04:00
parent 9f4b15bbb7
commit 3aaf3432da

View file

@ -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) {