LSP: refix poort = '' ipv 0
This commit is contained in:
parent
ce7c5bc0b9
commit
1c93131dd9
1 changed files with 3 additions and 0 deletions
|
@ -586,6 +586,9 @@
|
|||
{
|
||||
//turn all numbers into integers
|
||||
$(this).val(Math.floor($(this).val()));
|
||||
if ($(this).val() == 0) {
|
||||
$(this).val('');
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue