bfile/filed/static/dragndrop-form.js

11 lines
332 B
JavaScript

(
() => {
// display the js only text
document.getElementById('drag-n-drop-jsonly').style.display = 'initial';
const drag_rop = document.getElementsByClassName('file-drag-n-drop-inside')[0];
const dr_rop_t = document.getElementsByClassName('file-drag-n-drop-inside-text')[0];
}
)()