mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Missed file from previous commit
This commit is contained in:
parent
6b2b08cd1b
commit
4eab4bbbae
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue