diff options
author | Devaev Maxim <[email protected]> | 2018-10-09 16:20:41 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-10-09 16:20:41 +0300 |
commit | a449b39c52392d0d8b043934a15792f21d54e06d (patch) | |
tree | c8ff6a67baea441b61ea14f0363ba4b22c0cd116 /web/js/hid.js | |
parent | 2c241fab4409eac3b40762d2c23d42ac6e3f8df1 (diff) |
refactoring
Diffstat (limited to 'web/js/hid.js')
-rw-r--r-- | web/js/hid.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/hid.js b/web/js/hid.js index 27c53966..77bb865b 100644 --- a/web/js/hid.js +++ b/web/js/hid.js @@ -153,7 +153,7 @@ function Hid() { if (ok) { $("hid-pak-text").disabled = true; $("hid-pak-button").disabled = true; - $("hid-pak-led").className = "led-hid-pak-typing"; + $("hid-pak-led").className = "led-yellow-rotating-fast"; $("hid-pak-led").title = "Autotyping..."; tools.debug("Paste-as-keys:", text); @@ -168,7 +168,7 @@ function Hid() { $("hid-pak-text").value = ""; $("hid-pak-text").disabled = false; $("hid-pak-button").disabled = false; - $("hid-pak-led").className = "led-off"; + $("hid-pak-led").className = "led-gray"; $("hid-pak-led").title = ""; } }); |