MCPcopy
hub / github.com/philc/vimium / showElement

Function showElement

pages/options.js:280–282  ·  view source on GitHub ↗
(el, visible)

Source from the content-addressed store, hash-verified

278}
279
280function showElement(el, visible) {
281 el.style.display = visible ? null : "none";
282}
283
284// Hide or show extra form elements depending on which radio button is selected for
285// newTabDestination.

Callers 3

showValidationErrorsFunction · 0.85
maintainNewTabUrlViewFunction · 0.85
maintainLinkHintsViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected