()
| 29 | }; |
| 30 | |
| 31 | export 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 | }; |