]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 584069: IE6 throws many JS errors
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Tue, 3 Aug 2010 22:01:05 +0000 (00:01 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 3 Aug 2010 22:01:05 +0000 (00:01 +0200)
r/a=LpSolit

js/field.js
template/en/default/global/header.html.tmpl

index 4734dc9be18e71b167d3b0a875410a02db0642ff..3de4a69ab3393bf980f943f359e5226ff05ab524 100644 (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 ) {
index 799f4898f49e5f3c17d147b4395d6f698fa11af2..f76fdd59f51ca33aa8dbc646482aee5895dfe983 100644 (file)
                 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 %]