mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 01:18:21 +01:00
clean file input before upload
This commit is contained in:
parent
d9c372515d
commit
25f95360d6
Binary file not shown.
@ -1243,6 +1243,7 @@ namespace OS {
|
||||
});
|
||||
});
|
||||
($("#antos_upload_form")[0] as HTMLFormElement).reset();
|
||||
(o[0] as HTMLInputElement).value = "";
|
||||
return o.trigger("click");
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user