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