bfile/filed/static/dragndrop-form.js

11 lines
332 B
JavaScript
Raw Normal View History

2023-09-29 17:09:24 +02:00
(
() => {
// 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];
}
)()