diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-07 00:53:06 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-05-07 01:43:05 +0200 |
commit | 9d6c70c656052e1c4f7df7a255c4f493d56f08c8 (patch) | |
tree | 01ef018b9cc3d7c7019bd36598f7472f4e0abb09 /data/rhlib/rhbzpage.js | |
parent | ce11514ac83f11d6762fd38b01d7846d617402f8 (diff) | |
download | bugzilla-triage-9d6c70c656052e1c4f7df7a255c4f493d56f08c8.tar.gz |
Another massive cleanup and simplification of tweak scripts.
bugs on bugzilla.mozilla.org now work as well, although the history is
still not shown inline, which remains for 1.1.
Fixes #88
Diffstat (limited to 'data/rhlib/rhbzpage.js')
-rw-r--r-- | data/rhlib/rhbzpage.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index 134ea79..ba85319 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -448,7 +448,7 @@ function parseBacktrace (ret) { return ""; } -function RHBZinit() { +function RHBZinit(attachments) { // inheritance ... call superobject's constructor var AbrtRE = new RegExp("^\\s*\\[abrt\\]"); var btSnippet = ""; @@ -458,7 +458,6 @@ function RHBZinit() { // getBadAttachments var XorgLogAttList = []; var XorgLogAttListIndex = 0; - var attachments = getAttachments(); markBadAttachments(attachments); var parsedAttachments = attachments.filter(function (att) { |