This commit is contained in:
gandhimathi Bharathirajan 2017-06-19 18:33:05 +05:30
parent 709650a071
commit f9e02dfef0

View File

@ -1,3 +1,4 @@
<?php
$EmpID = "";
$Designation = "";
@ -476,7 +477,7 @@ var userid = '';
function removeHiddenRows(rowcount)
{
var step;
alert(rowcount);
if(rowcount > 2)
{
for (step = 1; step < rowcount ; step++) {
@ -773,4 +774,4 @@ $('.EditClick').click(function(){
});
});
</script>
</script>