use disabled property for input and fix style

This commit is contained in:
wvengen 2014-01-03 10:59:42 +01:00
parent f1ae2724c6
commit 014a62aa11
3 changed files with 7 additions and 2 deletions

View file

@ -62,7 +62,7 @@
}
function unlock_receive_input_field() {
$('.units_received', $(this).closest('tr')).prop('readonly', false);
$('.units_received', $(this).closest('tr')).prop('disabled', false);
$(this).remove();
}