diff --git a/components/zotero-protocol-handler.js b/components/zotero-protocol-handler.js index 94180bf854..934ba6c668 100644 --- a/components/zotero-protocol-handler.js +++ b/components/zotero-protocol-handler.js @@ -1030,10 +1030,10 @@ function ZoteroProtocolHandler() { var router = new Zotero.Router(params); // All items - router.add('library/items/:objectKey/:pathPage', function () { + router.add('library/items/:objectKey', function () { params.libraryID = userLibraryID; }); - router.add('groups/:groupID/items/:objectKey/:pathPage'); + router.add('groups/:groupID/items/:objectKey'); // ZotFile URLs router.add(':id/:pathPage', function () {