MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / writeSendForm

Function writeSendForm

webUi/scripts.js:424–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422let completedFiles = 0;
423let uploadIdx = 0;
424function writeSendForm() {
425 _('uplist').innerHTML = '';
426 _('upmodal').classList.add('open');
427}
428async function drop(event) {
429 event.preventDefault();
430 _("drop-area").classList.remove("highlight");

Callers 1

handleFileFormFunction · 0.85

Calls 1

_Function · 0.85

Tested by

no test coverage detected