Finish confirm page
This commit is contained in:
@@ -58,7 +58,7 @@ $(function () {
|
||||
});
|
||||
});
|
||||
|
||||
if ($("input#EmployeeName").length > 0) {
|
||||
if ($("input#EmployeeName").filter(':not(:hidden)').length > 0) {
|
||||
|
||||
$("input#EmployeeName")
|
||||
.after('<span id="icon-employee-history" class="add-on"><i class="icon-search" /></span>')
|
||||
|
||||
Reference in New Issue
Block a user