mirror of
https://github.com/vrana/adminer.git
synced 2026-01-07 08:02:57 +01:00
Remove unused function
This commit is contained in:
@@ -53,13 +53,3 @@ function whisperClick(event) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/** Add new attachment field
|
||||
* @this HTMLInputElement
|
||||
*/
|
||||
function emailFileChange() {
|
||||
const el = this.cloneNode(true);
|
||||
this.onchange = () => { };
|
||||
el.value = '';
|
||||
this.parentNode.appendChild(el);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user