diff --git a/chrome/content/zotero/timelineInterface.js b/chrome/content/zotero/timelineInterface.js index 22471ec019..79e8510a49 100644 --- a/chrome/content/zotero/timelineInterface.js +++ b/chrome/content/zotero/timelineInterface.js @@ -43,6 +43,12 @@ var Zotero_Timeline_Interface = new function() { return; } + var l = ZoteroPane.getSelectedLibraryID(); + if (l) { + ZoteroPane.loadURI(uri + 'library/' + l); + return; + } + ZoteroPane.loadURI(uri); } }