Homebar command for toggle.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192177 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com
2006-03-10 22:05:45 +00:00
parent 1dd633931f
commit bac6bea971

View File

@@ -783,6 +783,15 @@ function BrowserViewFind() {
}
}
/**
* Has to go through some other approach like a XML-based rule system.
* Those are constraints conditions and action.
**/
function BrowserViewHomebar() {
document.getElementById("browserleftbar").collapsed=!document.getElementById("browserleftbar").collapsed;
}
/**
* urlbar indentity, style, progress indicator.
**/