MCPcopy 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
47function btnHide() {
48 $d.find(".listClass li").css("opacity", "0.7")
49 $d.find(".listClass li").css("pointer-events", "none")
50 isBtnHide = true
51}
52
53function btnShow() {
54 $d.find(".listClass li").css("opacity", "")

Callers 4

replyFunction · 0.90
script.jsFile · 0.90
editFunction · 0.90
cmdHideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected