|
@@ -44,9 +44,8 @@
|
|
|
if (value === '') {
|
|
if (value === '') {
|
|
|
return true;
|
|
return true;
|
|
|
}
|
|
}
|
|
|
- if (value.indexOf(',') > -1){
|
|
|
|
|
- value = value.replace(',', '.');
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
|
|
+ value = value.replace(',', '.');
|
|
|
if (!$.isNumeric(value)) {
|
|
if (!$.isNumeric(value)) {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|