www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4eab4bbbaeb3b209d396cf6ada4b02baa6f9d31a
parent 6b2b08cd1b80ee645e58128aebe320be6e5a47d7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat,  5 Mar 2011 05:14:06 +0000

Missed file from previous commit


Diffstat:
Mchrome/content/zotero/timelineInterface.js | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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); } }