This commit is contained in:
mgalli%geckonnection.com 2005-11-17 21:29:44 +00:00
Родитель eeda22ffed
Коммит ae34af0159
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -721,8 +721,8 @@ function DoFullScreen()
document.getElementById("nav-bar").hidden = gFullScreen;
// Maybe a simpler approach here, via some attribute or documented interface?
if(getBrowser().mPanelContainer.childNodes.length==1) {
// Is this the simpler approach to count tabs?
if(getBrowser().mPanelContainer.childNodes.length>1) {
getBrowser().setStripVisibilityTo(!gFullScreen);
}