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

Function unlock

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

Source from the content-addressed store, hash-verified

29};
30
31export const unlock = () => {
32 if (setting["audioStatus"] == true) {
33 audio.pause();
34 audio.currentTime = 0;
35 }
36 $(".close").show()
37 $("#NormalModalId").css("background", "")
38 $("#NormalModalId h1").css("text-align", "")
39 $(".modal").css("z-index", "")
40 $("#input").attr("placeholder", "Enter Command...")
41 $("#ok").text("OK")
42 $("#alarm").text("NORMAL")
43 $("smallres").css("color", "")
44};

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected