From 34c4735a3c23d82924accf167bb2c386c2b83494 Mon Sep 17 00:00:00 2001 From: "axel%pike.org" Date: Sat, 2 Sep 2006 17:45:51 +0000 Subject: [PATCH] bug 348731, non-existing builds need Tiers --- testing/tests/l10n/web/waterfall-code.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/tests/l10n/web/waterfall-code.js b/testing/tests/l10n/web/waterfall-code.js index b1c4aa34e684..f15de9db6716 100755 --- a/testing/tests/l10n/web/waterfall-code.js +++ b/testing/tests/l10n/web/waterfall-code.js @@ -92,7 +92,9 @@ var waterfallView = { } while (heads[h].textContent < loc) { // we don't have a result for this column in this build - wf.appendChild(view.getCell()); + cell = view.getCell(); + cell.className = view.getClass(heads[h].textContent) + wf.appendChild(cell); h++; if (h >= heads.length) { YAHOO.widget.Logger.log("dropping result for " + loc);