From 8506c4e0760251a4ad21df08d9a853f526df182e Mon Sep 17 00:00:00 2001 From: Matt Tyson Date: Tue, 26 Apr 2016 09:44:07 -0400 Subject: Bug 1267536 - Javascript errors in advanced search page r=dylan,a=dylan --- js/custom-search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/custom-search.js') 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); -- cgit v1.2.3-24-g4f1b