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:
Dan Stillman 2017-03-02 15:29:59 -05:00
parent 6539fc44e3
commit 8812fd4401

View File

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