add webdav write support + fix http 200/201

This commit is contained in:
ed
2022-10-21 18:47:48 +02:00
parent 81d896be9f
commit 20eeacaac3
13 changed files with 418 additions and 43 deletions

View File

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