MCPcopy Create free account
hub / github.com/alexankitty/Myrient-Search-Engine / toggleLinkedTextBox

Function toggleLinkedTextBox

views/public/js/settings.js:94–103  ·  view source on GitHub ↗
(checkBox, textBox)

Source from the content-addressed store, hash-verified

92 validate(fuzzyElem)
93 })
94 function toggleLinkedTextBox(checkBox, textBox){
95 if(!checkBox.checked) {
96 textBox.classList.add('text-secondary')
97 textBox.disabled = true
98 }
99 else {
100 textBox.classList.remove('text-secondary')
101 textBox.disabled = false
102 }
103 }

Callers 1

setColumnsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected