mirror of
https://github.com/9001/copyparty.git
synced 2026-04-01 21:13:26 +10:00
catch and discard macos metadata files
This commit is contained in:
@@ -3123,7 +3123,7 @@ var fileman = (function () {
|
||||
var dst = base + uricom_enc(f[0].inew.value, false);
|
||||
|
||||
function rename_cb() {
|
||||
if (this.status !== 200) {
|
||||
if (this.status !== 201) {
|
||||
var msg = this.responseText;
|
||||
toast.err(9, L.fr_efail + msg);
|
||||
return;
|
||||
@@ -3278,7 +3278,7 @@ var fileman = (function () {
|
||||
xhr.send();
|
||||
}
|
||||
function paste_cb() {
|
||||
if (this.status !== 200) {
|
||||
if (this.status !== 201) {
|
||||
var msg = this.responseText;
|
||||
toast.err(9, L.fp_err + msg);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user