www

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

commit a2b7f086d796b71dd6b236963d7d073c894f53a1
parent fb15c9a37ca36b2b3a0af269af26df5c3e4b72e2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 25 Oct 2016 03:15:32 -0400

Restore diagnostic info in error reports (broken by 59f534d56)

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

diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul @@ -28,7 +28,7 @@ var continueButton = wizard.getButton('next'); continueButton.disabled = true; - var diagnosticInfo = yield Zotero.getSystemInfo(); + diagnosticInfo = yield Zotero.getSystemInfo(); var errorDataText = errorData.length ? data.errorData.join('\n\n') : Zotero.getString('errorReport.noErrorsLogged', Zotero.appName);