www

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

commit 8edd4b052366f1ccc368fe274cba754cae341dd4
parent bd287013fe142fc7deed123721afe173d275c1a7
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 27 Mar 2017 04:38:48 -0400

Fix classic Add Citation dialog after 820755e15

Diffstat:
Mchrome/content/zotero/selectItemsDialog.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/selectItemsDialog.js b/chrome/content/zotero/selectItemsDialog.js @@ -96,7 +96,7 @@ var onCollectionSelected = Zotero.Promise.coroutine(function* () clearItemsPaneMessage(); connectionSelectedDeferred.resolve(); - collectionsView.onSelect(); + collectionsView.runListeners('select'); } }); @@ -111,7 +111,7 @@ function onSearch() function onItemSelected() { - itemsView.onSelect(); + itemsView.runListeners('select'); } function setItemsPaneMessage(content) {