improved css, animated led-msd-writing

This commit is contained in:
Devaev Maxim
2018-07-16 10:25:17 +03:00
parent bbb92e0a20
commit eda2949809
2 changed files with 15 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
var atx = new function() {
this.setLedsState = function(leds) {
$("atx-power-led").className = (leds.power ? "led-on" : "led-off");
$("atx-hdd-led").className = (leds.hdd ? "led-busy" : "led-off");
$("atx-hdd-led").className = (leds.hdd ? "led-hdd-busy" : "led-off");
};
this.clearLeds = function() {