fix msg-to-log

This commit is contained in:
ed 2022-10-26 02:35:32 +02:00
parent 097b5609dc
commit 3411b0993f

View file

@ -6195,7 +6195,7 @@ var msel = (function () {
function cb() { function cb() {
xhrchk(this, L.fsm_xe1, L.fsm_xe2); xhrchk(this, L.fsm_xe1, L.fsm_xe2);
if (this.status !== 201) { if (this.status < 200 || this.status > 201) {
sf.textContent = 'error: ' + this.responseText; sf.textContent = 'error: ' + this.responseText;
return; return;
} }