Commit 65528cc7 authored by Reed Loden's avatar Reed Loden

Bug 576969 - Add missing 'autocomplete' to yui array so keyword autocompletion…

Bug 576969 - Add missing 'autocomplete' to yui array so keyword autocompletion works with charts and reports [r=LpSolit a=LpSolit]
parent 08e874e0
......@@ -33,7 +33,7 @@
[% PROCESS global/header.html.tmpl
title = "Create New Data Set"
onload = "doOnSelectProduct(0);"
yui = [ 'calendar' ]
yui = [ 'autocomplete', 'calendar' ]
javascript = js_data
javascript_urls = [ "js/productform.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/search_form.css" ]
......
......@@ -32,7 +32,7 @@ var queryform = "reportform"
[% PROCESS global/header.html.tmpl
title = "Generate Graphical Report"
onload = "doOnSelectProduct(0); chartTypeChanged()"
yui = [ 'calendar' ]
yui = [ 'autocomplete', 'calendar' ]
javascript = js_data
javascript_urls = [ "js/productform.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/search_form.css" ]
......
......@@ -32,7 +32,7 @@ var queryform = "reportform"
[% PROCESS global/header.html.tmpl
title = "Generate Tabular Report"
onload = "doOnSelectProduct(0)"
yui = [ 'calendar' ]
yui = [ 'autocomplete', 'calendar' ]
javascript = js_data
javascript_urls = [ "js/productform.js", "js/TUI.js", "js/field.js" ]
style_urls = [ "skins/standard/search_form.css" ]
......
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