From: Guy Pyrzak Date: Sat, 18 Sep 2010 23:05:50 +0000 (+0200) Subject: Bug 594155: IE6 throws JS errors when filing new bugs X-Git-Tag: bugzilla-4.0rc1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef2eb69126fa2b77609f898c8531cbdae4c9876;p=thirdparty%2Fbugzilla.git Bug 594155: IE6 throws JS errors when filing new bugs r/a=LpSolit --- diff --git a/js/bug.js b/js/bug.js index baea5125f1..ca888a68fc 100644 --- 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]); - }, + } }; diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 8c94cdcf1d..411a0a64d3 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -547,7 +547,7 @@ TUI_hide_default('expert_fields'); MSG_LOADING: 'Searching for possible duplicates...', MSG_EMPTY: 'No possible duplicates found.', SUMMARY: 'Possible Duplicates' - }, + } });