diff options
Diffstat (limited to 'js/field.js')
-rw-r--r-- | js/field.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/field.js b/js/field.js index d37edde01..349e2fae3 100644 --- a/js/field.js +++ b/js/field.js @@ -785,6 +785,7 @@ $(function() { else { that.devbridgeAutocomplete(options_user); } + that.addClass('bz_autocomplete'); }); // init autocomplete fields with array of values @@ -831,6 +832,7 @@ $(function() { this.focus(); } }); + that.addClass('bz_autocomplete'); }); }); |