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:
parent
b20a2e153b
commit
7c958f4bd3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue