fix msg-to-log
This commit is contained in:
parent
097b5609dc
commit
3411b0993f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user