From 5ba1d524f4bab646b54b589db77afd1b23b0b729 Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Tue, 3 Aug 2010 23:59:32 +0200 Subject: Bug 584069: IE6 throws many JS errors r/a=LpSolit --- js/field.js | 2 +- template/en/default/global/header.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/field.js b/js/field.js index 3653d2130..34f37e39e 100644 --- a/js/field.js +++ b/js/field.js @@ -690,7 +690,7 @@ YAHOO.bugzilla.userAutocomplete = { this.dataSource.maxCacheEntries = 5; this.dataSource.responseSchema = { resultsList : "result.users", - metaFields : { error: "error", jsonRpcId: "id"}, + metaFields : { error: "error", jsonRpcId: "id"} }; }, init : function( field, container, multiple ) { diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 799f4898f..f76fdd59f 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -192,7 +192,7 @@ short_desc_required: 'You must enter a Summary for this [% terms.bug %].', version_required: - 'You must select a Version for this [% terms.bug %].', + 'You must select a Version for this [% terms.bug %].' } }; [% IF javascript %] -- cgit v1.2.3-24-g4f1b