MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / focusFilterField

Function focusFilterField

InteractiveHtmlBom/web/ibom.js:1060–1062  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1058}
1059
1060function focusFilterField() {
1061 focusInputField(document.getElementById("filter"));
1062}
1063
1064function focusRefLookupField() {
1065 focusInputField(document.getElementById("reflookup"));

Callers 1

ibom.jsFile · 0.85

Calls 1

focusInputFieldFunction · 0.85

Tested by

no test coverage detected