bcv
This commit is contained in:
parent
9a4f2bb539
commit
35a9cd1bfe
8 changed files with 15 additions and 11 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue