Fix breakage after certain Notifier events with My Publications selected

This commit is contained in:
Dan Stillman 2016-06-14 15:16:56 -04:00
parent 87abfdf64d
commit 2225f459b7

View File

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