This commit is contained in:
Aevann1 2022-02-04 06:41:34 +02:00
parent 9a4f2bb539
commit 35a9cd1bfe
8 changed files with 15 additions and 11 deletions

View file

@ -39,4 +39,8 @@ function post_toast(url, reload, data) {
xhr.send(form);
}
function changename(s1,s2) {
document.getElementById(s1).innerHTML = document.getElementById(s2).files[0].name.substr(0, 20);
}