diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 346ad9c9..439c4760 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -6195,7 +6195,7 @@ var msel = (function () { function cb() { xhrchk(this, L.fsm_xe1, L.fsm_xe2); - if (this.status !== 201) { + if (this.status < 200 || this.status > 201) { sf.textContent = 'error: ' + this.responseText; return; }