Bug 584069: IE6 throws many JS errors

r/a=LpSolit


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@260957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2010-08-03 22:03:21 +00:00
parent f242f237ea
commit 6505c8090c
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
7363
7364

View File

@@ -684,7 +684,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 ) {

View File

@@ -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 %]