Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1060
function
focusFilterField() {
1061
focusInputField(document.getElementById(
"filter"
));
1062
}
1063
1064
function
focusRefLookupField() {
1065
focusInputField(document.getElementById(
"reflookup"
));
Callers
1
ibom.js
File · 0.85
Calls
1
focusInputField
Function · 0.85
Tested by
no test coverage detected