mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa
This commit is contained in:
parent
394848a46d
commit
413c8e917a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user