]> 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 21:59:32 +0000 (23:59 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 3 Aug 2010 21:59:32 +0000 (23:59 +0200)
r/a=LpSolit

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

index 3653d21303ac1e2a4a70642ac94dac6532841a1f..34f37e39eff9c4dc7853d9a3a8fab2eb19f65b07 100644 (file)
@@ -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 ) {
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 %]