Fix breakage after certain Notifier events with My Publications selected
This commit is contained in:
parent
87abfdf64d
commit
2225f459b7
|
@ -204,7 +204,8 @@ Zotero.CollectionTreeView.prototype.refresh = Zotero.Promise.coroutine(function*
|
|||
this._addRowToArray(
|
||||
newRows,
|
||||
new Zotero.CollectionTreeRow('publications', {
|
||||
libraryID: Zotero.Libraries.publicationsLibraryID
|
||||
libraryID: Zotero.Libraries.publicationsLibraryID,
|
||||
treeViewID: "L" + Zotero.Libraries.publicationsLibraryID
|
||||
}),
|
||||
added++
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user