mirror of
https://github.com/9001/copyparty.git
synced 2026-02-24 19:32:59 +10:00
fix msg-to-log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user