clean file input before upload

This commit is contained in:
lxsang 2021-04-09 22:06:09 +02:00
parent d9c372515d
commit 25f95360d6
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -1243,6 +1243,7 @@ namespace OS {
}); });
}); });
($("#antos_upload_form")[0] as HTMLFormElement).reset(); ($("#antos_upload_form")[0] as HTMLFormElement).reset();
(o[0] as HTMLInputElement).value = "";
return o.trigger("click"); return o.trigger("click");
}); });
} }