diff --git a/chrome/content/zotero/xpcom/http.js b/chrome/content/zotero/xpcom/http.js index 9b5c620692..18be915d46 100644 --- a/chrome/content/zotero/xpcom/http.js +++ b/chrome/content/zotero/xpcom/http.js @@ -403,7 +403,7 @@ Zotero.HTTP = new function() { } xmlhttp.onloadend = async function() { - var status = xmlhttp.status || redirectStatus; + var status = redirectStatus || xmlhttp.status; try { if (!status) {