Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Milkyroad/SCiPNET
/ btnHide
Function
btnHide
public/src/js/utils.js:47–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
function
btnHide() {
48
$d.find(
".listClass li"
).css(
"opacity"
,
"0.7"
)
49
$d.find(
".listClass li"
).css(
"pointer-events"
,
"none"
)
50
isBtnHide = true
51
}
52
53
function
btnShow() {
54
$d.find(
".listClass li"
).css(
"opacity"
,
""
)
Callers
4
reply
Function · 0.90
script.js
File · 0.90
edit
Function · 0.90
cmdHide
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected