www

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

commit c5ba2e55f385f1a890dcd2b3d9fd3d97f1fa1bd9
parent 547f1c29e356ed0b65f8f9880215aca9c1a40830
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  4 Jun 2018 02:08:07 -0400

Add a debug line before submitting output

This will help clarify whether the person waited to submit or just
submitted while stuff was happening.

Diffstat:
Mchrome/content/zotero/standalone/standalone.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js @@ -281,6 +281,8 @@ ZoteroStandalone.DebugOutput = { submit: function () { // 'Zotero' isn't defined yet when this function is created, so do it inline return Zotero.Promise.coroutine(function* () { + Zotero.debug("Submitting debug output"); + Components.utils.import("resource://zotero/config.js"); var url = ZOTERO_CONFIG.REPOSITORY_URL + "report?debug=1";