MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / cmdHide

Function cmdHide

public/src/js/utils.js:31–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31function cmdHide() {
32 $("#input").css("opacity", "0.5")
33 $("#input").attr('disabled', 'disabled')
34 btnHide()
35 isHide = true
36}
37
38function cmdShow() {
39 $("#input").css("opacity", "1")

Callers 9

script.jsFile · 0.90
replyFunction · 0.90
lockoutProcessFunFunction · 0.90
accessFunction · 0.90
registerProcessFunction · 0.90
registerUserWithInfoFunction · 0.90
loginProcessFunction · 0.90
editFunction · 0.90
editProcessFunction · 0.90

Calls 2

btnHideFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected