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

Function cmdShow

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

Source from the content-addressed store, hash-verified

36}
37
38function cmdShow() {
39 $("#input").css("opacity", "1")
40 $("#input").removeAttr("disabled")
41 if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) == false) {
42 document.getElementById("input").focus();
43 }
44 isHide = false
45}
46
47function btnHide() {
48 $d.find(".listClass li").css("opacity", "0.7")

Callers 15

script.jsFile · 0.90
displayLineFunction · 0.90
checkIframeLoadedFunction · 0.90
replyFunction · 0.90
lockoutProcessFunFunction · 0.90
resetPasswordFunction · 0.90
whoamiFunction · 0.90
accessFunction · 0.90
checkBarLoadedFunction · 0.90
checkLinkLoadedFunction · 0.90
registerProcessFunction · 0.90
registerUserWithInfoFunction · 0.90

Calls 1

$Function · 0.50

Tested by

no test coverage detected