diff --git a/minimo/chrome/content/minimo.js b/minimo/chrome/content/minimo.js index 133454df57c..ca669b16291 100755 --- a/minimo/chrome/content/minimo.js +++ b/minimo/chrome/content/minimo.js @@ -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); }