mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
bug 333020
This commit is contained in:
parent
79c7beaaf2
commit
3e700530b0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user