MCPcopy Create free account
hub / github.com/adobe/Marinus / clear_divs

Function clear_divs

web_server/public/javascripts/api.js:40–44  ·  view source on GitHub ↗
(handles)

Source from the content-addressed store, hash-verified

38}
39
40function clear_divs(handles) {
41 for (let entry in handles) {
42 document.getElementById(handles[entry]).innerHTML = ""
43 }
44}
45
46function whois_lookup() {
47 dynamic_whois(document.getElementById("search_input").value.trim().toLowerCase(), "dynamic_whois");

Callers 1

queriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected