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

Otherwise with async loading the pane appears blank before the message appears
This commit is contained in:
Dan Stillman 2014-03-07 02:21:39 -05:00
parent b20a2e153b
commit 7c958f4bd3

View file

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