Always show HTTP request resolution, even without debug flag
This commit is contained in:
parent
abaa4da5ab
commit
3b0b2c59b7
|
@ -185,9 +185,9 @@ Zotero.HTTP = new function() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(success) {
|
if(success) {
|
||||||
if (options.debug) {
|
|
||||||
Zotero.debug("HTTP " + method + " " + dispURL
|
Zotero.debug("HTTP " + method + " " + dispURL
|
||||||
+ " succeeded with " + xmlhttp.status);
|
+ " succeeded with " + xmlhttp.status);
|
||||||
|
if (options.debug) {
|
||||||
Zotero.debug(xmlhttp.responseText);
|
Zotero.debug(xmlhttp.responseText);
|
||||||
}
|
}
|
||||||
deferred.resolve(xmlhttp);
|
deferred.resolve(xmlhttp);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user