Commit 5ba1d524 authored by Guy Pyrzak's avatar Guy Pyrzak Committed by Frédéric Buclin

Bug 584069: IE6 throws many JS errors

r/a=LpSolit
parent 4b555076
...@@ -690,7 +690,7 @@ YAHOO.bugzilla.userAutocomplete = { ...@@ -690,7 +690,7 @@ YAHOO.bugzilla.userAutocomplete = {
this.dataSource.maxCacheEntries = 5; this.dataSource.maxCacheEntries = 5;
this.dataSource.responseSchema = { this.dataSource.responseSchema = {
resultsList : "result.users", resultsList : "result.users",
metaFields : { error: "error", jsonRpcId: "id"}, metaFields : { error: "error", jsonRpcId: "id"}
}; };
}, },
init : function( field, container, multiple ) { init : function( field, container, multiple ) {
......
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
short_desc_required: short_desc_required:
'You must enter a Summary for this [% terms.bug %].', 'You must enter a Summary for this [% terms.bug %].',
version_required: version_required:
'You must select a Version for this [% terms.bug %].', 'You must select a Version for this [% terms.bug %].'
} }
}; };
[% IF javascript %] [% IF javascript %]
......
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