mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Call debug log report ids Debug IDs
This commit is contained in:
parent
5bdec6ba1b
commit
75ae355005
1 changed files with 2 additions and 2 deletions
|
|
@ -1300,7 +1300,7 @@ Zotero_Preferences.Debug_Output = {
|
|||
pr.alert(
|
||||
"Submitted",
|
||||
"Debug output has been sent to the Zotero server.\n\n"
|
||||
+ "The Report ID is D" + reportID + "."
|
||||
+ "The Debug ID is D" + reportID + "."
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -1685,4 +1685,4 @@ function updateProxyPrefs() {
|
|||
Zotero.Prefs.set("proxies.transparent", newTransparent);
|
||||
|
||||
Zotero.Proxies.init()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue