This commit is contained in:
halex
2007-09-11 08:42:13 +00:00
parent 29743facc4
commit e7e3999b8a
+1 -1
View File
@@ -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