summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Fearn <jfearn@redhat.com>2020-05-07 11:41:39 +1000
committerJeff Fearn <jfearn@redhat.com>2020-05-07 11:41:39 +1000
commit353af77714fd29aeab330255808636a9088eecc2 (patch)
treeecaadcb99519d2b53a96e7dfe9661b498156827a /js/custom-search.js
parentBumped version to 5.0.4 (diff)
downloadbugzilla-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.js2
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);