mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
fix msg-to-log
This commit is contained in:
parent
097b5609dc
commit
3411b0993f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue