mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
See ChangeLog.
Monotone-Parent: 877003857c443cbee0d3365e26bc55a9110cb707 Monotone-Revision: c8f2954fafcf6e28225083320c49c97918ce2a9d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-31T17:22:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -828,7 +828,7 @@ function messageListCallback(row, data, isNew) {
|
||||
var cellType = columnsOrder[j];
|
||||
|
||||
if (data[cellType]) cell.innerHTML = data[cellType];
|
||||
else if (Prototype.Browser.IE) cell.innerHTML = ' ';
|
||||
else cell.innerHTML = ' ';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user