Finish confirm page

This commit is contained in:
2012-12-16 15:06:57 -05:00
parent 7f7ae6d3c2
commit 5be12d783b
8 changed files with 120 additions and 79 deletions
+1 -1
View File
@@ -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>')