mirror of
https://github.com/9001/copyparty.git
synced 2026-03-25 09:32:56 +10:00
add webdav write support + fix http 200/201
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user