aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rhbzpage.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-09-27 23:46:21 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-09-27 23:46:21 +0200
commitc14ca2331d1bea1e4122e59f871c71cc82aea538 (patch)
tree220c38755c4d00381241e1daee0abc336250341d /lib/rhbzpage.js
parent6db2218d0fa9a002a4222a37a2fbf205546bff27 (diff)
downloadbugzilla-triage-c14ca2331d1bea1e4122e59f871c71cc82aea538.tar.gz
All button-links in the top row is generated by createDeadLink
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r--lib/rhbzpage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js
index d63257b..20dac39 100644
--- a/lib/rhbzpage.js
+++ b/lib/rhbzpage.js
@@ -464,7 +464,7 @@ RHBugzillaPage.prototype.markBadAttachments = function() {
Array.forEach(badAttachments, function(x) {
this.fixAttachById(x[1]);
}, that);
- }, [], false, "f");
+ }, [], false, null, "f");
badAttachments.forEach(function(x, i, a) {
this.addTextLink(x);
}, this);