diff options
author | Jeff Fearn <jfearn@redhat.com> | 2020-05-07 11:41:39 +1000 |
---|---|---|
committer | Jeff Fearn <jfearn@redhat.com> | 2020-05-07 11:41:39 +1000 |
commit | 353af77714fd29aeab330255808636a9088eecc2 (patch) | |
tree | ecaadcb99519d2b53a96e7dfe9661b498156827a /js/custom-search.js | |
parent | Bumped version to 5.0.4 (diff) | |
download | bugzilla-Release-5.0.4-rh44.tar.gz bugzilla-Release-5.0.4-rh44.tar.bz2 bugzilla-Release-5.0.4-rh44.zip |
Bug 478886 - Open Source Red Hat BugzillaRelease-5.0.4-rh44
Import Red Hat Bugzilla changes.
Diffstat (limited to 'js/custom-search.js')
-rw-r--r-- | js/custom-search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/custom-search.js b/js/custom-search.js index 61284c50d..3cbd246ec 100644 --- a/js/custom-search.js +++ b/js/custom-search.js @@ -41,7 +41,7 @@ function custom_search_new_row() { _remove_any_all(clone); // Always make sure there's only one row with this id. - row.id = null; + row.removeAttribute('id'); row.parentNode.appendChild(clone); cs_reconfigure(row); fix_query_string(row); |