( () => { // 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]; } )()