You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be fixed on the Zotero client's side in the loadURI function. There are other places in Zotero where chrome:// links can be opened, such as setting it in the item URL field and then double-clicking a parent item without children in the item tree.
e.g. a link to
chrome://zotero/content/zoteroPane.xhtml
will open a new copy of the main window.(Related:
javascript:
links do result in the<a>
'shref
being set to ajavascript:
URL, but they don't seem to be functional when clicked.)The text was updated successfully, but these errors were encountered: