Missed file from previous commit

This commit is contained in:
Dan Stillman 2011-03-05 05:14:06 +00:00
parent 6b2b08cd1b
commit 4eab4bbbae

View file

@ -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);
}
}