Fixes
This commit is contained in:
parent
709650a071
commit
f9e02dfef0
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user