зеркало из https://github.com/mozilla/pjs.git
132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa
This commit is contained in:
Родитель
77589e0e41
Коммит
878dfa024f
|
@ -697,7 +697,7 @@ function OnLoadFolderPane()
|
|||
|
||||
var folderUnreadCol = document.getElementById("folderUnreadCol");
|
||||
var hidden = folderUnreadCol.getAttribute("hidden");
|
||||
if (!hidden)
|
||||
if (hidden != "true")
|
||||
{
|
||||
var folderNameCell = document.getElementById("folderNameCell");
|
||||
folderNameCell.setAttribute("label", "?folderTreeSimpleName");
|
||||
|
|
Загрузка…
Ссылка в новой задаче