mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Add a debug line before submitting output
This will help clarify whether the person waited to submit or just submitted while stuff was happening.
This commit is contained in:
parent
547f1c29e3
commit
c5ba2e55f3
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue