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 New Issue
Block a user