From 47e67526f95b01e540f5cda8c4bc15a0e9dca593 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Sun, 21 Nov 2010 14:19:10 +0100 Subject: Bug 386600: Implement auto-completion for the requestee field r/a=LpSolit --- template/en/default/attachment/edit.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/attachment/edit.html.tmpl') diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index fc7977848..3630aad5e 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -37,8 +37,9 @@ header = header subheader = subheader doc_section = "attachments.html" - javascript_urls = ['js/attachment.js'] + javascript_urls = ['js/attachment.js', 'js/field.js'] style_urls = ['skins/standard/attachment.css'] + yui = [ 'autocomplete' ] bodyclasses = "no_javascript" %] -- cgit v1.2.3-24-g4f1b