stock changes 18-04-2025

This commit is contained in:
vadivelJ96 2025-04-18 18:23:22 +05:30
parent 5973000586
commit 31a3022c0a
2 changed files with 0 additions and 2 deletions

View File

@ -1302,7 +1302,6 @@
// Validate against the regex
const isValid = /^-?\d*\.?\d*$/.test(input);
if (!isValid) {
alert('Invalid input! Please enter a valid number.');
return 0;
}

View File

@ -2440,7 +2440,6 @@ $timeOtions[] = "12:00 AM";
// Validate against the regex
const isValid = /^-?\d*\.?\d*$/.test(input);
if (!isValid) {
alert('Invalid input! Please enter a valid number.');
return 0;
}