Remove text 'No current battery' for serial. #335
This commit is contained in:
parent
866910db9d
commit
fde400e01f
1 changed files with 1 additions and 1 deletions
|
|
@ -1109,7 +1109,7 @@ $(function() {
|
||||||
$("#warranty-code").val(vdata.battery.warranty_code);
|
$("#warranty-code").val(vdata.battery.warranty_code);
|
||||||
$("#warranty-expiration").val(vdata.battery.warranty_expiration);
|
$("#warranty-expiration").val(vdata.battery.warranty_expiration);
|
||||||
} else {
|
} 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();
|
}).focus();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue