From 3aaf3432daf0e1a5f878d16d60c7bf5270a2fe24 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 12 Jun 2024 05:21:33 -0400 Subject: [PATCH] Local API: Add note to switch to `getLibraryWebURL()` (#4270) Once #2893 is merged --- chrome/content/zotero/xpcom/uri.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chrome/content/zotero/xpcom/uri.js b/chrome/content/zotero/xpcom/uri.js index 766c743808..9a0df0b3c8 100644 --- a/chrome/content/zotero/xpcom/uri.js +++ b/chrome/content/zotero/xpcom/uri.js @@ -366,6 +366,8 @@ Zotero.URI = new function () { }; /** + * TODO: Use getLibraryWebURL() once #2893 is merged to get functional URLs + * * @param {String} uri */ this.toWebURL = function (uri) {