Commit 8506c4e0 authored by Matt Tyson's avatar Matt Tyson Committed by Dylan Hardison

Bug 1267536 - Javascript errors in advanced search page

r=dylan,a=dylan
parent ff441bcc
......@@ -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);
......
......@@ -31,6 +31,7 @@ function remove_token() {
javascript_urls = [ "js/util.js", "js/TUI.js", "js/field.js"]
style_urls = ['skins/standard/buglist.css']
doc_section = "using/finding.html"
yui = ['connection']
%]
[% WRAPPER search/tabs.html.tmpl %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment