This commit is contained in:
mgalli%geckonnection.com 2006-04-13 19:31:00 +00:00
Родитель 79c7beaaf2
Коммит 3e700530b0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1169,6 +1169,7 @@ function DoFullScreen()
gFullScreen = !gFullScreen;
document.getElementById("nav-bar").hidden = gFullScreen;
document.getElementById("browserleftbar").collapsed = gFullScreen;
// Is this the simpler approach to count tabs?
if(gBrowser.mPanelContainer.childNodes.length>1) {