fd
This commit is contained in:
parent
a3c2a0624d
commit
1939d56d94
12 changed files with 43 additions and 50 deletions
|
@ -106,11 +106,4 @@ function changename(s1,s2) {
|
|||
filename += e.name.substr(0, 20) + ', ';
|
||||
}
|
||||
document.getElementById(s1).innerHTML = escapeHTML(filename.slice(0, -2));
|
||||
}
|
||||
|
||||
function unlock(id, t) {
|
||||
if (t.value.length)
|
||||
document.getElementById(id).classList.remove('disabled')
|
||||
else
|
||||
document.getElementById(id).classList.add('disabled')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue