LSP: refix poort = '' ipv 0

This commit is contained in:
Cat 2013-08-26 16:21:13 +02:00 committed by Thulinma
parent ce7c5bc0b9
commit 1c93131dd9

View file

@ -586,6 +586,9 @@
{ {
//turn all numbers into integers //turn all numbers into integers
$(this).val(Math.floor($(this).val())); $(this).val(Math.floor($(this).val()));
if ($(this).val() == 0) {
$(this).val('');
}
} }
} }
}); });