Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
function
cmdHide() {
32
$(
"#input"
).css(
"opacity"
,
"0.5"
)
33
$(
"#input"
).attr(
'disabled'
,
'disabled'
)
34
btnHide()
35
isHide = true
36
}
37
38
function
cmdShow() {
39
$(
"#input"
).css(
"opacity"
,
"1"
)
Callers
9
script.js
File · 0.90
reply
Function · 0.90
lockoutProcessFun
Function · 0.90
access
Function · 0.90
registerProcess
Function · 0.90
registerUserWithInfo
Function · 0.90
loginProcess
Function · 0.90
edit
Function · 0.90
editProcess
Function · 0.90
Calls
2
btnHide
Function · 0.85
$
Function · 0.50
Tested by
no test coverage detected