From e7e3999b8ad41cbaf13ca082beaa9f5a76fa5aea Mon Sep 17 00:00:00 2001 From: halex Date: Tue, 11 Sep 2007 08:42:13 +0000 Subject: [PATCH] Woops. --- src/www/js/Mail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/js/Mail.js b/src/www/js/Mail.js index ade7455..570b9b2 100644 --- a/src/www/js/Mail.js +++ b/src/www/js/Mail.js @@ -987,7 +987,7 @@ Dragonfly.Mail.yeahBaby = function (msg) var cdepth = depth; // Shrink the index if depth is larger than colour list. - if (depth > d.Colors.length)) + if (depth > d.Colors.length) { // Calculate the index to subsitute in for the same depth listing using the mod of the // depth index (not zero-based) and the length of colours array (number of colors, also