0001364 : ps

This commit is contained in:
VE10-Sanjeev 2025-03-10 12:08:02 +00:00
parent 098af01761
commit 72a456f427

View File

@ -313,12 +313,10 @@
function Save() {
$('#loader').show();
if (validate()) {
// $('#IGRForm').submit();
$('#IGRForm').submit();
$('#loader').hide();
alert("###");
}else{
$('#loader').hide();
alert("***");
}
}
});