Add debugging for display error reported in forums
https://forums.zotero.org/discussion/64662/5-0-beta-no-items-displayed-in-center-pane
This commit is contained in:
parent
6539fc44e3
commit
8812fd4401
|
@ -1571,6 +1571,9 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
|||
}
|
||||
|
||||
var label = win.ZoteroPane.document.getElementById('zotero-pane-progress-label');
|
||||
if (!label) {
|
||||
Components.utils.reportError("label not found in " + win.document.location.href);
|
||||
}
|
||||
if (msg) {
|
||||
label.hidden = false;
|
||||
label.value = msg;
|
||||
|
|
Loading…
Reference in New Issue
Block a user