www

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

commit 7c958f4bd3d5349fab7af75213152906a5b8bef1
parent b20a2e153be31a897fdc8304851603adf235f6cd
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  7 Mar 2014 02:21:39 -0500

Show "Loading items list..." in middle pane on window load

Otherwise with async loading the pane appears blank before the message appears

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

diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js @@ -147,7 +147,7 @@ var ZoteroPane = new function() function _loadPane() { if(!Zotero || !Zotero.initialized || Zotero.isConnector) return; - ZoteroPane_Local.clearItemsPaneMessage(); + ZoteroPane_Local.setItemsPaneMessage(Zotero.getString('pane.items.loading')); //Initialize collections view ZoteroPane_Local.collectionsView = new Zotero.CollectionTreeView();