]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 594155: IE6 throws JS errors when filing new bugs
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sat, 18 Sep 2010 23:05:50 +0000 (01:05 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 18 Sep 2010 23:05:50 +0000 (01:05 +0200)
r/a=LpSolit

js/bug.js
template/en/default/bug/create/create.html.tmpl

index baea5125f1cdb8bed1b8ef3c84d27f1ca2ee7faa..ca888a68fc48dec242cd1a13e073f04b75e1a88c 100644 (file)
--- a/js/bug.js
+++ b/js/bug.js
@@ -100,7 +100,7 @@ YAHOO.bugzilla.dupTable = {
         new_ds.maxCacheEntries = 3;
         new_ds.responseSchema = {
             resultsList : "result.bugs",
-            metaFields : { error: "error", jsonRpcId: "id" },
+            metaFields : { error: "error", jsonRpcId: "id" }
         };
         // DataSource can't understand a JSON-RPC error response, so
         // we have to modify the result data if we get one.
@@ -125,5 +125,5 @@ YAHOO.bugzilla.dupTable = {
             this.dataSource, data.options); 
         YAHOO.util.Event.on(data.summary_field, 'keyup', this.doUpdateTable,
                             [dt, data.product_name]);
-    },
+    }
 };
index 8c94cdcf1dab41de431f4dc65cd3e33e290eff9c..411a0a64d3394ce97e567ed7064f2a0b4dc62faf 100644 (file)
@@ -547,7 +547,7 @@ TUI_hide_default('expert_fields');
               MSG_LOADING: 'Searching for possible duplicates...',
               MSG_EMPTY:   'No possible duplicates found.',
               SUMMARY:     'Possible Duplicates'
-            },
+            }
           });
         </script>
       </td>