summaryrefslogtreecommitdiffstats
path: root/js/custom-search.js
diff options
context:
space:
mode:
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);