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