Add user search

This commit is contained in:
2013-01-05 20:56:27 -05:00
parent f9844d0f38
commit d5d58c1649
7 changed files with 63 additions and 4 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ $(function () {
});
});
if ($("input#EmployeeName").filter(':not(:hidden)').length > 0) {
if ($("input#EmployeeName").filter(':not(:hidden)').filter(':not(.search-query)').length > 0) {
$("input#EmployeeName")
.after('<span id="icon-employee-history" class="add-on"><i class="icon-search" /></span>')