diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index a32cb357e..56a23e333 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -145,6 +145,8 @@ $(".icon-help-circled").tipTip({
+ {*This input (#user_search2) is used to bait the chrome autocomplete tool. It is hidden in navigator and is not meant to be seen.*} + @@ -998,6 +1000,11 @@ $(".icon-help-circled").tipTip({ width: 200px; } +#user_search2 { + position: absolute; + top: -20000px; +} + .advanced-filter-date { width: auto; }