From 4eab4bbbaeb3b209d396cf6ada4b02baa6f9d31a Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 5 Mar 2011 05:14:06 +0000 Subject: [PATCH] Missed file from previous commit --- chrome/content/zotero/timelineInterface.js | 6 ++++++ 1 file changed, 6 insertions(+) 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); } }