MCPcopy Create free account
hub / github.com/error311/FileRise / clearDropUploadError

Function clearDropUploadError

public/js/sharedDropView.js:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 function clearDropUploadError() {
82 const el = document.getElementById(dropUploadErrorId);
83 if (!el) return;
84 el.hidden = true;
85 el.textContent = '';
86 }
87
88 function showDropUploadError(message, statusCode) {
89 const el = ensureDropUploadErrorEl();

Callers 1

enqueueFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected