From 0da7127a7ad18f6dac71e2064140fccc7acc78bc Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 6 Oct 2015 22:06:40 +0800 Subject: Bug 1172418 - user fields are cleared when navigating back to a page (eg. after an error) --- js/field.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/field.js') 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'); }); }); -- cgit v1.2.3-24-g4f1b