summaryrefslogtreecommitdiffstats
path: root/js/field.js
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-10-06 16:06:40 +0200
committerByron Jones <glob@mozilla.com>2015-10-06 16:06:40 +0200
commit0da7127a7ad18f6dac71e2064140fccc7acc78bc (patch)
tree07f58f37e608f38f09e8f75fb7ac290c3f901476 /js/field.js
parent8ab60b2f6c2cb9374435eb99ee7a06ef9bce0329 (diff)
downloadbugzilla-0da7127a7ad18f6dac71e2064140fccc7acc78bc.tar.gz
bugzilla-0da7127a7ad18f6dac71e2064140fccc7acc78bc.tar.xz
Bug 1172418 - user fields are cleared when navigating back to a page (eg. after an error)
Diffstat (limited to 'js/field.js')
-rw-r--r--js/field.js2
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');
});
});