зеркало из https://github.com/mozilla/pjs.git
Bug 342441 Unread / Read Statusbar panels get hidden and never become visible again
p=me r=mscott
This commit is contained in:
Родитель
0d3d155a00
Коммит
bd2d0e987c
|
@ -477,6 +477,8 @@ function UpdateStatusMessageCounts(folder)
|
|||
|
||||
unreadElement.setAttribute("label", numUnread);
|
||||
totalElement.setAttribute("label", numTotal);
|
||||
unreadElement.hidden = false;
|
||||
totalElement.hidden = false;
|
||||
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче