mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-01 01:33:49 +00:00
4 lines
164 B
JavaScript
4 lines
164 B
JavaScript
function reset_file_input(objID) {
|
|
document.getElementById(objID).setAttribute('type', 'input');
|
|
document.getElementById(objID).setAttribute('type', 'file');
|
|
} |