www

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

commit 7c3a134107b99186a02ea05a031a6dc682753bd4
parent 5e614e278727c3df606d9fd4a328e4f06fe1417a
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 11 Apr 2016 02:29:08 -0400

Show loading message in middle pane if items loaded after startup

Diffstat:
Mchrome/content/zotero/zoteroPane.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -1220,6 +1220,7 @@ var ZoteroPane = new function() var library = Zotero.Libraries.get(collectionTreeRow.ref.libraryID); if (!library.getDataLoaded('item')) { Zotero.debug("Waiting for items to load for library " + library.libraryID); + ZoteroPane_Local.setItemsPaneMessage(Zotero.getString('pane.items.loading')); yield library.waitForDataLoad('item'); }