Remove text 'No current battery' for serial. #335

This commit is contained in:
Korina Cordero 2020-02-12 00:51:57 +00:00
parent 866910db9d
commit fde400e01f

View file

@ -1109,7 +1109,7 @@ $(function() {
$("#warranty-code").val(vdata.battery.warranty_code);
$("#warranty-expiration").val(vdata.battery.warranty_expiration);
} else {
$("#current-battery, #warranty-code, #warranty-expiration").val("No current battery").css('color', '#f4516c');
$("#current-battery, #warranty-expiration").val("No current battery").css('color', '#f4516c');
}
})
}).focus();