diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-07 06:49:01 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-07 06:49:01 +0200 |
commit | 33a4bd46fd17ab28567cdeb2eb3733901f2a033e (patch) | |
tree | 2639f65e1e408482b8e1b65f73c2245ae58617ba /template/en/default/admin | |
parent | 7a75256f5daa3b81bea0c6d47b53d2409568d7fa (diff) | |
download | bugzilla-33a4bd46fd17ab28567cdeb2eb3733901f2a033e.tar.gz bugzilla-33a4bd46fd17ab28567cdeb2eb3733901f2a033e.tar.xz |
Bug 1159589: migrate autocomplete from yui to jquery
r=dylan,a=glob
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/admin/products/create.html.tmpl | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index 96c9ce384..858df7102 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -16,7 +16,6 @@ title = title generate_api_token = 1 style_urls = ['skins/standard/admin.css'] - yui = [ 'autocomplete' ] javascript_urls = [ "js/field.js" ] %] diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index c4da1181b..1e93542a5 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -20,7 +20,6 @@ title = title generate_api_token = 1 style_urls = ['skins/standard/admin.css'] - yui = [ 'autocomplete' ] javascript_urls = [ "js/field.js" ] %] diff --git a/template/en/default/admin/products/create.html.tmpl b/template/en/default/admin/products/create.html.tmpl index 0dcfd7283..0b116f480 100644 --- a/template/en/default/admin/products/create.html.tmpl +++ b/template/en/default/admin/products/create.html.tmpl @@ -20,7 +20,6 @@ generate_api_token = 1 style_urls = ['skins/standard/admin.css'] javascript_urls = ['js/util.js', 'js/field.js'] - yui = [ 'autocomplete' ] %] [% DEFAULT |