MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / crowdOpenDelayLogic

Function crowdOpenDelayLogic

src/html/options.js:29–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28},
29crowdOpenDelayLogic = () => {
30 if(crowdOpenDelayCheckbox.checked)
31 {
32 crowdOpenDelayInput.removeAttribute("disabled")
33 }
34 else
35 {
36 crowdOpenDelayInput.setAttribute("disabled","disabled")
37 }
38},
39crowdCloseDelayLogic = () => {
40 if(crowdCloseDelayCheckbox.checked)
41 {

Callers 1

options.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected