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

Function build_page

web_server/public/javascripts/api.js:19–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17var lastCensysResult;
18
19function build_page() {
20 document.getElementById("search_form").addEventListener("submit", queries);
21 var searchVal = qs("search");
22 if (searchVal) {
23 document.getElementById("search_input").value = searchVal;
24 queries();
25 }
26}
27
28function custom_check() {
29 if (CustomScriptSourcesEnabled) {

Callers 1

custom_checkFunction · 0.70

Calls 2

qsFunction · 0.85
queriesFunction · 0.70

Tested by

no test coverage detected