From c14ca2331d1bea1e4122e59f871c71cc82aea538 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 27 Sep 2010 23:46:21 +0200 Subject: All button-links in the top row is generated by createDeadLink --- lib/rhbzpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rhbzpage.js') 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); -- cgit